Skip to content

Commit 6b9ff4b

Browse files
committed
updated comment
1 parent 9675924 commit 6b9ff4b

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
@@ -60,8 +60,7 @@ pub extern "C" fn entrypoint(input: *mut u8) -> u64 {
6060
if cmd_data.ver_ != c_oracle_header::PC_VERSION {
6161
//FIXME: I am not sure what's best to do here (this is copied from C)
6262
// 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
63+
//instead we should log a message that asks users to call update_version
6564
panic!("incorrect version numbers");
6665
}
6766

0 commit comments

Comments
 (0)