Skip to content

Commit

Permalink
Update transaction.js
Browse files Browse the repository at this point in the history
rm '=>' , fix syntax error
  • Loading branch information
wangjiling authored Sep 28, 2018
1 parent 9e0a612 commit 04bf803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transaction.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function Transaction () {
this.joinsplits = []
}

Transaction.prototype.setOverwinter = function (expiry, versionGroupId, version) => {
Transaction.prototype.setOverwinter = function (expiry, versionGroupId, version) {
this.zcash = true;
this.version = Math.max((version||3), 3);
this.versionGroupId=(versionGroupId||0x03c48270);
Expand Down

0 comments on commit 04bf803

Please sign in to comment.