We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd9b38a commit fa92df1Copy full SHA for fa92df1
program/rust/src/lib.rs
@@ -48,8 +48,7 @@ pub extern "C" fn entrypoint(input: *mut u8) -> u64 {
48
if cmd_data.ver_ != c_oracle_header::PC_VERSION {
49
//FIXME: I am not sure what's best to do here (this is copied from C)
50
// it seems to me like we should not break when version numbers change
51
- //instead we should maintain the update logic accross version in the
52
- //upd_account_version command
+ //instead we should log a message that asks users to call update_version
53
panic!("incorrect version numbers");
54
}
55
0 commit comments