1
0
mirror of https://github.com/bitcoin/bips.git synced 2025-01-18 21:35:13 +01:00

Merge pull request #1326 from alexbosworth/patch-2

typo: correct mispelling
This commit is contained in:
Luke Dashjr 2022-07-25 21:13:40 +00:00 committed by GitHub
commit 7d309564f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,7 @@ inputs and outputs be added to the transaction. The fixed global unsigned transa
cannot be changed which prevents any additional inputs or outputs to be added.
PSBT Version 2 is intended to rectify this problem.
An additional benficial side effect is that all information for a given input or output will be
An additional beneficial side effect is that all information for a given input or output will be
provided by its <tt><input-map></tt> or <tt><output-map></tt>. With Version 0, to retrieve
all of the information for an input or output, data would need to be found in two locations:
the <tt><input-map></tt>/<tt><output-map></tt> and the global unsigned transaction. PSBT