Skip to content

Commit fa92df1

Browse files
committed
updated comment
1 parent cd9b38a commit fa92df1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

program/rust/src/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@ pub extern "C" fn entrypoint(input: *mut u8) -> u64 {
4848
if cmd_data.ver_ != c_oracle_header::PC_VERSION {
4949
//FIXME: I am not sure what's best to do here (this is copied from C)
5050
// 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
51+
//instead we should log a message that asks users to call update_version
5352
panic!("incorrect version numbers");
5453
}
5554

0 commit comments

Comments
 (0)