Skip to content

Commit

Permalink
Merge pull request #82 from PIVX-Labs/fix_addTransaction
Browse files Browse the repository at this point in the history
fix addTransaction
  • Loading branch information
Duddino authored Mar 11, 2024
2 parents 7396db0 + 1231756 commit 06d3897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/pivx_shield.ts
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ export class PIVXShield {
hex,
this.extfvk,
this.isTestnet,
this.unspentNotes,
decryptOnly ? [] : this.unspentNotes,
);
if (!decryptOnly) {
this.commitmentTree = res.commitment_tree;
Expand Down

0 comments on commit 06d3897

Please sign in to comment.