serialize mempool entries properly.
This commit is contained in:
parent
6303530c4f
commit
7e2185dfd6
@ -1601,7 +1601,7 @@ Mempool.prototype._addUnchecked = function _addUnchecked(entry, callback) {
|
||||
|
||||
batch = this.db.batch();
|
||||
|
||||
batch.put('t/' + hash, tx.toExtended());
|
||||
batch.put('t/' + hash, entry.toRaw());
|
||||
batch.put('m/' + pad32(entry.ts) + '/' + hash, DUMMY);
|
||||
|
||||
if (this.options.indexAddress) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user