Skip to content

Commit

Permalink
Minor changes, removal of Config struct
Browse files Browse the repository at this point in the history
  • Loading branch information
hhdgknsn committed Jun 24, 2024
1 parent 276dccb commit 5ff334c
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions target_chains/aptos/contracts/sources/pyth.move
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,6 @@ module pyth::pyth {
const PYTHNET_ACCUMULATOR_UPDATE_MAGIC: u64 = 1347305813;
const ACCUMULATOR_UPDATE_WORMHOLE_VERIFICATION_MAGIC: u64 = 1096111958;

struct ParseConfig has copy, drop {
min_publish_time: u64,
max_publish_time: u64,
check_uniqueness: bool,
}


// -----------------------------------------------------------------------------
// Initialisation functions

Expand Down Expand Up @@ -1723,9 +1716,5 @@ module pyth::pyth_test {

cleanup_test(burn_capability, mint_capability);
}





}

0 comments on commit 5ff334c

Please sign in to comment.