Skip to content

Commit dd1fd3f

Browse files
authored
refactor: encapsulate prep and bump logic (#107)
Encapsulate logic for the following processes: - Tx preparation - fee bumping So that they are out of the main retrying loop Closes ENG-1084
1 parent e1f2221 commit dd1fd3f

File tree

7 files changed

+648
-585
lines changed

7 files changed

+648
-585
lines changed

bin/builder.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ async fn main() -> eyre::Result<()> {
4545
config: config.clone(),
4646
constants,
4747
outbound_tx_channel: tx_channel,
48-
host_provider: host_provider.clone(),
4948
};
5049

5150
// Set up tx submission

0 commit comments

Comments
 (0)