Send mempoolminfee in fee api.

fixes #357
This commit is contained in:
softsimon
2021-02-24 12:26:55 +07:00
parent 619eee9492
commit ea5dc8738c
2 changed files with 5 additions and 1 deletions

View File

@@ -62,7 +62,7 @@ class Mempool {
this.mempoolInfo = await bitcoinBaseApi.$getMempoolInfo();
}
public getMempoolInfo(): IBitcoinApi.MempoolInfo | undefined {
public getMempoolInfo(): IBitcoinApi.MempoolInfo {
return this.mempoolInfo;
}