wallet.getUnspentOutputs includes the pending field

This commit is contained in:
Wei Lu 2014-06-18 14:29:02 +08:00
parent 77b68a52a6
commit 7e98123ccd
2 changed files with 6 additions and 3 deletions

View file

@ -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
}
}