Skip to content

Commit d04402a

Browse files
committed
Remove unused struct, as config is only used at initialization
1 parent 7d5cd84 commit d04402a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/agent/solana/oracle.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,6 @@ pub type PriceAccount = pyth_sdk_solana::state::PriceAccount;
6060

6161
// Oracle is responsible for fetching Solana account data stored in the Pyth on-chain Oracle.
6262
pub struct Oracle {
63-
config: Config,
64-
6563
// The Key Store
6664
key_store: KeyStore,
6765

0 commit comments

Comments
 (0)