File tree Expand file tree Collapse file tree 5 files changed +596
-208
lines changed
target_chains/stylus/contracts/pyth-receiver/src Expand file tree Collapse file tree 5 files changed +596
-208
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ pub enum PythReceiverError {
16
16
InvalidAccumulatorMessageType ,
17
17
InsufficientFee ,
18
18
InvalidEmitterAddress ,
19
- TooManyUpdates
19
+ TooManyUpdates ,
20
20
}
21
21
22
22
impl core:: fmt:: Debug for PythReceiverError {
@@ -37,12 +37,12 @@ impl From<PythReceiverError> for Vec<u8> {
37
37
PythReceiverError :: InvalidAccumulatorMessage => 7 ,
38
38
PythReceiverError :: InvalidMerkleRoot => 8 ,
39
39
PythReceiverError :: InvalidMerklePath => 9 ,
40
- PythReceiverError :: InvalidUnknownSource => 10 ,
40
+ PythReceiverError :: InvalidUnknownSource => 10 ,
41
41
PythReceiverError :: NewPriceUnavailable => 11 ,
42
42
PythReceiverError :: InvalidAccumulatorMessageType => 12 ,
43
43
PythReceiverError :: InsufficientFee => 13 ,
44
44
PythReceiverError :: InvalidEmitterAddress => 14 ,
45
- PythReceiverError :: TooManyUpdates => 15
45
+ PythReceiverError :: TooManyUpdates => 15 ,
46
46
} ]
47
47
}
48
48
}
You can’t perform that action at this time.
0 commit comments