File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -36,8 +36,6 @@ pub const P2W_FORMAT_HDR_SIZE: u16 = 1;
3636
3737pub const PUBKEY_LEN : usize = 32 ;
3838
39-
40-
4139/// Decides the format of following bytes
4240#[ repr( u8 ) ]
4341pub enum PayloadId {
@@ -256,8 +254,6 @@ impl BatchPriceAttestation {
256254// On-chain data types
257255
258256impl PriceAttestation {
259-
260-
261257 /// Serialize this attestation according to the Pyth-over-wormhole serialization format
262258 pub fn serialize ( & self ) -> Vec < u8 > {
263259 // A nifty trick to get us yelled at if we forget to serialize a field
Original file line number Diff line number Diff line change 11pub mod accumulators;
22pub mod error;
33pub mod hashers;
4+ pub mod legacy;
45pub mod messages;
56pub mod wire;
67pub mod wormhole;
7- pub mod legacy;
88
99#[ cfg( feature = "test-utils" ) ]
1010pub mod test_utils;
You can’t perform that action at this time.
0 commit comments