Commit f928f8a9 authored by Eriksson Monteiro's avatar Eriksson Monteiro

update millix node

parent e41735ff
......@@ -304,7 +304,7 @@ class Wallet {
const output = outputs[i];
const outputAddress = outputAddressToAddressComponentMap[output.address];
const addressInfo = addressBaseToAddressInfoMap[outputAddress.address_base];
if (!outputAddress) {
if (!addressInfo) {
console.log('[wallet][warn] output address not found', output);
outputToRemoveList.push(output);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment