wallet.getUnspentOutputs includes the pending field
This commit is contained in:
parent
77b68a52a6
commit
7e98123ccd
2 changed files with 6 additions and 3 deletions
src
|
@ -90,7 +90,8 @@ function Wallet(seed, network) {
|
|||
hash: hashAndIndex[0],
|
||||
outputIndex: parseInt(hashAndIndex[1]),
|
||||
address: output.address,
|
||||
value: output.value
|
||||
value: output.value,
|
||||
pending: output.pending
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue