Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ypopovych committed May 31, 2024
1 parent 4bef0a2 commit 1ec8bc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/helpers/transaction.js
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ class TxBuilder extends ErgoTxBuilder {
outputs.push(toBoxCandidate(feeBuilder.build()));
}

// Calculate chage
// add change output
if (this.changeAddress) {
const sum = array => array
.map(e => ergo.I64.from_str(e.value))
Expand Down

0 comments on commit 1ec8bc4

Please sign in to comment.