Skip to content

Commit aaa8c05

Browse files
committed
bash assets tutorial: sidechain_address is now optional 3rd argument
1 parent 10ea130 commit aaa8c05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/assets_tutorial/assets_tutorial.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ PROOF=$(b-cli gettxoutproof '''["'''$TXID'''"]''')
346346
RAW=$(b-cli getrawtransaction $TXID)
347347

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

351351
# Other node should accept to mempool and mine
352352
e2-cli generate 1

0 commit comments

Comments
 (0)