Skip to content

Commit c822c60

Browse files
authored
Merge pull request #55 from ca98am79/higher-fee-estimate
make estimated fee a little more aggressive
2 parents 0531ee8 + 1733272 commit c822c60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node/src/wallets.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ impl RpcWallet {
153153
}
154154

155155
fn estimate_fee_rate(source: &BitcoinBlockSource) -> Option<FeeRate> {
156-
let params = json!([/* conf_target= */ 6, "unset"]);
156+
let params = json!([/* conf_target= */ 2, "unset"]);
157157

158158
let estimate_req = source.rpc.make_request("estimatesmartfee", params);
159159
if let Ok(res) = source

0 commit comments

Comments
 (0)