Skip to content

Commit

Permalink
use bus address for quicknode pfee estimate
Browse files Browse the repository at this point in the history
  • Loading branch information
HardhatChad committed Aug 9, 2024
1 parent 0b0e1b6 commit d568913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dynamic_fee.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ impl Miner {
"id": "1",
"method": "qn_estimatePriorityFees",
"params": {
"account": "oreV2ZymfyeXgNgBdqMkumTqqAprVqgBWQfoYkrtKWQ",
"account": BUS_ADDRESSES[0].to_string(),
"last_n_blocks": 100
}
})
Expand Down

0 comments on commit d568913

Please sign in to comment.