Commit 2dd37d44 authored by matt's avatar matt
Browse files

undo debug mode (x) in chialisp

parent 5441d774
Showing with 2 additions and 2 deletions
+2 -2
......@@ -67,8 +67,8 @@
)
(defun-inline create_consume_message (coin_id my_id new_innerpuz pubkey)
; (list ASSERT_COIN_ANNOUNCEMENT (sha256 (sha256 coin_id (sha256tree1 (make_message_puzzle my_id new_innerpuz pubkey))) my_id))
(x coin_id (make_message_puzzle my_id new_innerpuz pubkey) (sha256tree1 (make_message_puzzle my_id new_innerpuz pubkey)))
(list ASSERT_COIN_ANNOUNCEMENT (sha256 (sha256 coin_id (sha256tree1 (make_message_puzzle my_id new_innerpuz pubkey))) my_id))
; (x coin_id (make_message_puzzle my_id new_innerpuz pubkey) (sha256tree1 (make_message_puzzle my_id new_innerpuz pubkey)))
)
;; return the puzzle hash for a cc with the given `genesis-coin-checker-hash` & `inner-puzzle`
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment