Clarify BIP 322 seralization requires a signed transaction

This commit is contained in:
benthecarman
2021-11-12 18:14:19 -06:00
committed by GitHub
parent 93adfba79a
commit aadfafa770

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) ===