We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10ea130 commit aaa8c05Copy full SHA for aaa8c05
contrib/assets_tutorial/assets_tutorial.sh
@@ -346,7 +346,7 @@ PROOF=$(b-cli gettxoutproof '''["'''$TXID'''"]''')
346
RAW=$(b-cli getrawtransaction $TXID)
347
348
# Attempt claim!
349
-CLAIMTXID=$(e1-cli claimpegin $SIDECHAIN $RAW $PROOF)
+CLAIMTXID=$(e1-cli claimpegin $RAW $PROOF)
350
351
# Other node should accept to mempool and mine
352
e2-cli generate 1
0 commit comments