Skip to content

Commit 9bd142d

Browse files
committed
fixed import name error
1 parent 1c82321 commit 9bd142d

File tree

1 file changed

+1
-1
lines changed
  • target_chains/stylus/contracts/pyth-receiver/src

1 file changed

+1
-1
lines changed

target_chains/stylus/contracts/pyth-receiver/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ use pythnet_sdk::{
3939
},
4040
},
4141
};
42-
use structs::{DataSource, DataSourceStorage, PriceFeedReturn, PriceInfoStorage, PriceReturn};
42+
use structs::{DataSource, DataSourceStorage, PriceFeedReturn, PriceFeedStorage, PriceReturn};
4343
use wormhole_vaas::{Readable, Vaa, Writeable};
4444

4545
sol_interface! {

0 commit comments

Comments
 (0)