do not dump walletdb.
This commit is contained in:
parent
3f56375ad7
commit
a06eec2986
@ -558,7 +558,7 @@ describe('Wallet', function() {
|
||||
it('should have gratuitous dump', function(cb) {
|
||||
bcoin.walletdb().dump(function(err, records) {
|
||||
assert.noError(err);
|
||||
console.log(records);
|
||||
// console.log(records);
|
||||
setTimeout(cb, 200);
|
||||
});
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user