fix method name

This commit is contained in:
Matias Alejo Garcia 2014-04-23 23:45:01 -03:00
parent 719fdb806d
commit 0d303564f9
3 changed files with 1 additions and 1 deletions

View File

View File

View File

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