You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of the properties of the signature hash algorithm proposed by #950 is the unconditional commitment of the previous output amount (removing the need for SigHashAllValue). As this makes knowing the previous output amount required during transaction creation, the wire.NewTxIn function should be modified to take the value as a parameter.
The text was updated successfully, but these errors were encountered:
One of the properties of the signature hash algorithm proposed by #950 is the unconditional commitment of the previous output amount (removing the need for SigHashAllValue). As this makes knowing the previous output amount required during transaction creation, the
wire.NewTxIn
function should be modified to take the value as a parameter.The text was updated successfully, but these errors were encountered: