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 7afe34b commit 6e87f4fCopy full SHA for 6e87f4f
2 files changed
solana/programs/base_relayer/src/internal/eip_1559.rs
@@ -72,7 +72,7 @@ impl Eip1559 {
72
self.window_start_time +=
73
(expired_windows_count * self.config.window_duration_seconds) as i64;
74
75
- current_base_fee
+ self.current_base_fee
76
}
77
78
/// Add gas usage to current window
solana/programs/bridge/src/common/state/bridge.rs
@@ -115,7 +115,7 @@ impl Eip1559 {
115
116
117
118
119
120
121
0 commit comments