Skip to content

Commit

Permalink
Merge pull request #108 from schmijos/patch-1
Browse files Browse the repository at this point in the history
Update regtest block generation for v0.21.0
  • Loading branch information
Cobra-Bitcoin committed Apr 10, 2021
2 parents b9e38b6 + 166fb68 commit ff7ccea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/transactions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Re-running the `“listunspent” RPC <../reference/rpc/listunspent.html>`__ wit

::

> bitcoin-cli -regtest generate 1
> bitcoin-cli -regtest -generate 1

> unset NEW_ADDRESS

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

::

> bitcoin-cli -regtest generate 1
> bitcoin-cli -regtest -generate 1

> unset UTXO_TXID UTXO_VOUT NEW_ADDRESS RAW_TX SIGNED_RAW_TX

Expand Down

0 comments on commit ff7ccea

Please sign in to comment.