Skip to content

Commit ba26645

Browse files
committed
Minor changes, removal of Config struct
1 parent e65dfdb commit ba26645

File tree

1 file changed

+0
-11
lines changed
  • target_chains/aptos/contracts/sources

1 file changed

+0
-11
lines changed

target_chains/aptos/contracts/sources/pyth.move

-11
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,6 @@ module pyth::pyth {
3030
const PYTHNET_ACCUMULATOR_UPDATE_MAGIC: u64 = 1347305813;
3131
const ACCUMULATOR_UPDATE_WORMHOLE_VERIFICATION_MAGIC: u64 = 1096111958;
3232

33-
struct ParseConfig has copy, drop {
34-
min_publish_time: u64,
35-
max_publish_time: u64,
36-
check_uniqueness: bool,
37-
}
38-
39-
4033
// -----------------------------------------------------------------------------
4134
// Initialisation functions
4235

@@ -1723,9 +1716,5 @@ module pyth::pyth_test {
17231716

17241717
cleanup_test(burn_capability, mint_capability);
17251718
}
1726-
1727-
1728-
1729-
17301719

17311720
}

0 commit comments

Comments
 (0)