Don't call mempoolChanged after disk cache dump.
This commit is contained in:
parent
8b6a681614
commit
912d45165b
@ -32,9 +32,6 @@ class Mempool {
|
|||||||
|
|
||||||
public setMempool(mempoolData: { [txId: string]: TransactionExtended }) {
|
public setMempool(mempoolData: { [txId: string]: TransactionExtended }) {
|
||||||
this.mempoolCache = mempoolData;
|
this.mempoolCache = mempoolData;
|
||||||
if (this.mempoolChangedCallback && mempoolData) {
|
|
||||||
this.mempoolChangedCallback(mempoolData);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public async updateMemPoolInfo() {
|
public async updateMemPoolInfo() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user