txdb: minor.
This commit is contained in:
parent
37fdc7c08b
commit
b39554fa98
@ -982,7 +982,7 @@ TXDB.prototype.revert = async function revert(height) {
|
||||
await this.unconfirm(hash);
|
||||
}
|
||||
|
||||
return block.hashes.length;
|
||||
return hashes.length;
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
@ -1742,7 +1742,7 @@ WalletDB.prototype.revert = async function revert(target) {
|
||||
}
|
||||
});
|
||||
|
||||
this.logger.info('Rolled back WalletDB %d transactions.', total);
|
||||
this.logger.info('Rolled back %d WalletDB transactions.', total);
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user