mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
bash assets tutorial: sidechain_address is now optional 3rd argument
This commit is contained in:
parent
10ea130378
commit
aaa8c0535b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue