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.
1 parent 0b0e1b6 commit d568913Copy full SHA for d568913
src/dynamic_fee.rs
@@ -74,7 +74,7 @@ impl Miner {
74
"id": "1",
75
"method": "qn_estimatePriorityFees",
76
"params": {
77
- "account": "oreV2ZymfyeXgNgBdqMkumTqqAprVqgBWQfoYkrtKWQ",
+ "account": BUS_ADDRESSES[0].to_string(),
78
"last_n_blocks": 100
79
}
80
})
0 commit comments