You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pythnet/remote-executor/programs/remote-executor/src/state/governance_payload.rs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ use crate::{
15
15
error::ExecutorError,
16
16
};
17
17
18
-
pubconstMAGIC_NUMBER:u32 = 0x4d475450;// Reverse order of the solidity contract because borsh uses little endian numbers
18
+
pubconstMAGIC_NUMBER:u32 = 0x4d475450;// Reverse order of the solidity contract because borsh uses little endian numbers (the solidity contract uses 0x5054474d)
0 commit comments