Skip to content

Commit

Permalink
removes unused nth function
Browse files Browse the repository at this point in the history
  • Loading branch information
wbendick authored and hoffmang9 committed Feb 4, 2021
1 parent 440239c commit 49fddf9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/wallet/rl_wallet/rl.clvm → src/wallet/puzzles/rl.clvm
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,6 @@
(unquote (c or (r args)))))
0))

(defun nth (n obj)
(if (= n 0)
(f obj)
(nth (- n 1) obj)))

(defun create-lock (consolidating_primary_input consolidating_coin_puzzle_hash outgoing_amount)
(list opcode_create
(sha256tree (list r (list c (list q (sha256 consolidating_primary_input
Expand Down

0 comments on commit 49fddf9

Please sign in to comment.