|
|
|
@ -136,7 +136,8 @@ class JMBaseCodeMixin: |
|
|
|
tx_fees_factor = abs(self.jmconf.tx_fees_factor) |
|
|
|
tx_fees_factor = abs(self.jmconf.tx_fees_factor) |
|
|
|
|
|
|
|
|
|
|
|
# NOTE: can not get data from estimatesmartfee with electrum protocol, |
|
|
|
# NOTE: can not get data from estimatesmartfee with electrum protocol, |
|
|
|
mempoolminfee_in_sat = None |
|
|
|
# but value with default config seems 1000 sat/kb |
|
|
|
|
|
|
|
mempoolminfee_in_sat = 1000 |
|
|
|
# in case of error |
|
|
|
# in case of error |
|
|
|
if mempoolminfee_in_sat is None: |
|
|
|
if mempoolminfee_in_sat is None: |
|
|
|
mempoolminfee_in_sat = fallback_fee |
|
|
|
mempoolminfee_in_sat = fallback_fee |
|
|
|
|