Merge pull request #1234 from benthecarman/patch-2

Clarify BIP 322 seralization requires a signed transaction
This commit is contained in:
kallewoof
2021-11-14 19:38:57 +09:00
committed by GitHub

View File

@@ -74,7 +74,7 @@ The <code>to_sign</code> transaction is:
vout[0].nValue = 0
vout[0].scriptPubKey = OP_RETURN
A full signature consists of the base64-encoding of the <code>to_sign</code> transaction in standard network serialisation.
A full signature consists of the base64-encoding of the <code>to_sign</code> transaction in standard network serialisation once it has been signed.
=== Full (Proof of Funds) ===