Skip to content

Commit ff7ccea

Browse files
Merge pull request #108 from schmijos/patch-1
Update regtest block generation for v0.21.0
2 parents b9e38b6 + 166fb68 commit ff7ccea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/transactions.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Re-running the `“listunspent” RPC <../reference/rpc/listunspent.html>`__ wit
9393

9494
::
9595

96-
> bitcoin-cli -regtest generate 1
96+
> bitcoin-cli -regtest -generate 1
9797

9898
> unset NEW_ADDRESS
9999

@@ -303,7 +303,7 @@ Send the signed transaction to the connected node using the `“sendrawtransacti
303303

304304
::
305305

306-
> bitcoin-cli -regtest generate 1
306+
> bitcoin-cli -regtest -generate 1
307307

308308
> unset UTXO_TXID UTXO_VOUT NEW_ADDRESS RAW_TX SIGNED_RAW_TX
309309

0 commit comments

Comments
 (0)