You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let fee_per_byte = self.electrum.estimate_fee(target_block)?;
875
+
876
+
if fee_per_byte < 0.0{
877
+
bail!("Fee per byte returned by electrum server is negative: {}. This may indicate that fee estimation is not supported by this server", fee_per_byte);
0 commit comments