txdb: fix txdb.confirm.
This commit is contained in:
parent
229be344fc
commit
9e48947d2f
@ -1209,7 +1209,7 @@ TXDB.prototype.confirm = co(function* confirm(hash, block) {
|
|||||||
assert(block);
|
assert(block);
|
||||||
|
|
||||||
tx.height = block.height;
|
tx.height = block.height;
|
||||||
tx.block = block.block;
|
tx.block = block.hash;
|
||||||
tx.ts = block.ts;
|
tx.ts = block.ts;
|
||||||
|
|
||||||
this.start();
|
this.start();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user