Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Thomas Taroni
chia-blockchain
Commits
2dd37d44
Commit
2dd37d44
authored
3 years ago
by
matt
Browse files
Options
Download
Email Patches
Plain Diff
undo debug mode (x) in chialisp
parent
5441d774
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
chia/wallet/puzzles/did_innerpuz.clvm
+2
-2
chia/wallet/puzzles/did_innerpuz.clvm
with
2 additions
and
2 deletions
+2
-2
chia/wallet/puzzles/did_innerpuz.clvm
+
2
-
2
View file @
2dd37d44
...
...
@@ -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`
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help