Skip to content

Commit f6483ec

Browse files
committed
stuff
1 parent 5047654 commit f6483ec

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

apps/fortuna/src/chain/ethereum.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ pub type MiddlewaresWrapper<T> = LegacyTxMiddleware<
4141
EthProviderOracle<Provider<T>>,
4242
>,
4343
>;
44+
4445
pub type SignablePythContractInner<T> = PythRandom<MiddlewaresWrapper<T>>;
4546
pub type SignablePythContract = SignablePythContractInner<Http>;
4647
pub type InstrumentedSignablePythContract = SignablePythContractInner<TracedClient>;

apps/fortuna/src/eth_utils/utils.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ use {
1313

1414
const TX_CONFIRMATION_TIMEOUT_SECS: u64 = 30;
1515

16+
#[derive(Debug)]
1617
pub struct SubmitTxResult {
1718
pub num_retries: u64,
1819
pub gas_multiplier: u64,

0 commit comments

Comments
 (0)