Skip to content

Commit

Permalink
bash assets tutorial: sidechain_address is now optional 3rd argument
Browse files Browse the repository at this point in the history
  • Loading branch information
instagibbs committed Jul 27, 2017
1 parent 10ea130 commit aaa8c05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/assets_tutorial/assets_tutorial.sh
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ PROOF=$(b-cli gettxoutproof '''["'''$TXID'''"]''')
RAW=$(b-cli getrawtransaction $TXID)

# Attempt claim!
CLAIMTXID=$(e1-cli claimpegin $SIDECHAIN $RAW $PROOF)
CLAIMTXID=$(e1-cli claimpegin $RAW $PROOF)

# Other node should accept to mempool and mine
e2-cli generate 1
Expand Down

0 comments on commit aaa8c05

Please sign in to comment.