mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2024-11-22 16:18:11 +00:00
Edited ch06_transactions.adoc with Atlas code editor
This commit is contained in:
parent
07eeee70b5
commit
c06488d5f6
@ -107,7 +107,7 @@ transactions.
|
|||||||
|
|
||||||
.Protecting Presigned Transactions
|
.Protecting Presigned Transactions
|
||||||
****
|
****
|
||||||
The last step before broadcasting a transaction to the network for
|
The last step ((("transactions", "presigned", id="transaction-presign")))((("presigned transactions", id="presign-transaction")))before broadcasting a transaction to the network for
|
||||||
inclusion in the blockchain is to sign it. However, it's possible to
|
inclusion in the blockchain is to sign it. However, it's possible to
|
||||||
sign a transaction without broadcasting it immediately. You can save
|
sign a transaction without broadcasting it immediately. You can save
|
||||||
that presigned transaction for months or years in the belief that it
|
that presigned transaction for months or years in the belief that it
|
||||||
@ -135,7 +135,7 @@ If you implement a protocol that uses presigned transactions, ensure
|
|||||||
that it doesn't use any features that are reserved for future upgrades.
|
that it doesn't use any features that are reserved for future upgrades.
|
||||||
Bitcoin Core's default transaction relay policy does not allow the use
|
Bitcoin Core's default transaction relay policy does not allow the use
|
||||||
of reserved features. You can test whether a transaction complies with
|
of reserved features. You can test whether a transaction complies with
|
||||||
that policy by using the Bitcoin Core RPC +testmempoolaccept+ on Bitcoin
|
that policy by using the Bitcoin Core RPC +testmempoolaccept+ on ((("transactions", "presigned", startref="transaction-presign")))((("presigned transactions", startref="presign-transaction")))Bitcoin
|
||||||
mainnet.
|
mainnet.
|
||||||
****
|
****
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user