Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
matteocoppola committed Jul 15, 2024
1 parent b51c873 commit f719925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CIP-spendMany-script-purpose (replace Spend)/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ SpendMany is executed only once for the whole transaction and it comes with 2 pa
The second parameter is used to easily identify all the current script inputs in the script Context.

As this change could take a while to be implemented, this CIP proposes also another quick workaround:
we add in the Context a ```Map<Hash, List<InputIndex>>``` where the keys are the transaction's script hashes and the values are lists containing the indexes of the Inputs that come from these scripts.
we add in the Context a ```Map<Hash, List<Int>>``` where the keys are the transaction's script hashes and the values are lists containing the indexes of the Inputs that come from these scripts.

## Motivation: why is this CIP necessary?

Expand Down

0 comments on commit f719925

Please sign in to comment.