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 9675924 commit 6b9ff4bCopy full SHA for 6b9ff4b
program/rust/src/lib.rs
@@ -60,8 +60,7 @@ pub extern "C" fn entrypoint(input: *mut u8) -> u64 {
60
if cmd_data.ver_ != c_oracle_header::PC_VERSION {
61
//FIXME: I am not sure what's best to do here (this is copied from C)
62
// it seems to me like we should not break when version numbers change
63
- //instead we should maintain the update logic accross version in the
64
- //upd_account_version command
+ //instead we should log a message that asks users to call update_version
65
panic!("incorrect version numbers");
66
}
67
0 commit comments