We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ConfirmationTarget
1 parent 972afcb commit 8310678Copy full SHA for 8310678
src/wallet.rs
@@ -124,9 +124,9 @@ where
124
for target in confirmation_targets {
125
let num_blocks = match target {
126
ConfirmationTarget::MempoolMinimum => 1008,
127
- ConfirmationTarget::Background => 12,
128
- ConfirmationTarget::Normal => 6,
129
- ConfirmationTarget::HighPriority => 3,
+ ConfirmationTarget::Background => 144,
+ ConfirmationTarget::Normal => 12,
+ ConfirmationTarget::HighPriority => 1,
130
};
131
132
let est_fee_rate = self.blockchain.estimate_fee(num_blocks).await;
0 commit comments