fix test 1

This commit is contained in:
Manuel Araoz 2014-08-19 12:50:49 -04:00
parent 54cc8606b4
commit 0b80373894
1 changed files with 1 additions and 1 deletions

View File

@ -441,7 +441,7 @@ describe('Wallet model', function() {
receiveIndex: 2
}]
};
w._handleIndexes('senderID', aiObj, true);
w._onIndexes('senderID', aiObj, true);
w.publicKeyRing.getHDParams(0).getReceiveIndex(2);
w.publicKeyRing.getHDParams(0).getChangeIndex(3);
});