commit
b67bdbc1e6
@ -220,7 +220,7 @@ isspent
|
||||
(ret.spentTxId && ret.spentTxId !== info.txid)
|
||||
) {
|
||||
if (ret.multipleSpentAttempts) {
|
||||
ret.multipleSpentAttempts.each(function(mul) {
|
||||
ret.multipleSpentAttempts.forEach(function(mul) {
|
||||
if (mul.spentTxId !== info.txid) {
|
||||
i.doubleSpentTxID = ret.spentTxId;
|
||||
i.doubleSpentIndex = ret.spentIndex;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user