We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8491803 commit 8872d04Copy full SHA for 8872d04
crates/anvil-polkadot/src/cmd.rs
@@ -150,7 +150,7 @@ impl NodeArgs {
150
})
151
.with_eth_rpc_url(self.evm.fork_url.map(|fork| fork.url))
152
.fork_request_timeout(self.evm.fork_request_timeout.map(Duration::from_millis))
153
- .fork_request_retries(self.evm.fork_request_retries),
+ .fork_request_retries(self.evm.fork_request_retries)
154
// Just keeping for testing atm
155
.with_fork_url(self.fork.fork_url)
156
.with_fork_block_hash(self.fork.fork_block_hash);
0 commit comments