mirror of
https://github.com/mempool/mempool.git
synced 2025-02-24 06:47:52 +01:00
Updating getMempoolInfo defaults.
This commit is contained in:
parent
d942cb48a5
commit
8dddfe38a9
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ class Mempool {
|
|||
private inSync: boolean = false;
|
||||
private mempoolCache: { [txId: string]: TransactionExtended } = {};
|
||||
private mempoolInfo: IBitcoinApi.MempoolInfo = { loaded: false, size: 0, bytes: 0, usage: 0,
|
||||
maxmempool: 0, mempoolminfee: 0, minrelaytxfee: 0 };
|
||||
maxmempool: 300000000, mempoolminfee: 0.00001000, minrelaytxfee: 0.00001000 };
|
||||
private mempoolChangedCallback: ((newMempool: {[txId: string]: TransactionExtended; }, newTransactions: TransactionExtended[],
|
||||
deletedTransactions: TransactionExtended[]) => void) | undefined;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue