Skip to content

Commit 11c3e91

Browse files
committed
Derive Hash, Ord and PartialOrd for AccKey
1 parent ebfef91 commit 11c3e91

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyth-sdk-solana/src/state.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,9 @@ impl Default for PriceType {
127127
Default,
128128
PartialEq,
129129
Eq,
130+
Hash,
131+
Ord,
132+
PartialOrd,
130133
BorshSerialize,
131134
BorshDeserialize,
132135
serde::Serialize,

0 commit comments

Comments
 (0)