1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2024-11-22 08:08:11 +00:00

Edited ch06_transactions.adoc with Atlas code editor

This commit is contained in:
claylock 2023-10-26 17:38:31 +00:00
parent d380b1c7a4
commit 23fd89c0e9

View File

@ -130,7 +130,7 @@ upgrades, such as version numbers. Anyone creating presigned
transactions prior to BIP68 should have been using version 1 transactions prior to BIP68 should have been using version 1
transactions, so only applying BIP68's additional constraints on transactions, so only applying BIP68's additional constraints on
sequence to transactions v2 or higher should not invalidate any sequence to transactions v2 or higher should not invalidate any
presigned transactions. presigned [.keep-together]#transactions.#
If you implement a protocol that uses presigned transactions, ensure 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.