diff options
author | Luke Dashjr <luke_github1@dashjr.org> | 2022-07-25 21:13:40 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-25 21:13:40 +0000 |
commit | 7d309564f9cb00b106237034d124afc6359dbe56 (patch) | |
tree | eb039b23e8e34b9f5527a1a99c9b53d8f52021ff /bip-0370.mediawiki | |
parent | c2d6f6343900a87ffdc37a6249806ca6ba62fd19 (diff) | |
parent | 96bcfef0505911634118eec1d63bb5646c9e2351 (diff) |
Merge pull request #1326 from alexbosworth/patch-2
typo: correct mispelling
Diffstat (limited to 'bip-0370.mediawiki')
-rw-r--r-- | bip-0370.mediawiki | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-0370.mediawiki b/bip-0370.mediawiki index c0ea6d9..bacfd16 100644 --- a/bip-0370.mediawiki +++ b/bip-0370.mediawiki @@ -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 |