Skip to content

Commit

Permalink
set valueBalance default value
Browse files Browse the repository at this point in the history
  • Loading branch information
wangjiling committed Nov 9, 2018
1 parent 600cdc3 commit 5848956
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/transaction.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ function Transaction () {
this.versionGroupId = '0x03c48270'
this.expiry = 0
this.zcash = true
this.spendDescs = [];
this.outputDescs = [];
this.spendDescs = []
this.outputDescs = []
this.valueBalance = 0
}

Transaction.DEFAULT_SEQUENCE = 0xffffffff
Expand Down

0 comments on commit 5848956

Please sign in to comment.