Skip to content

Commit

Permalink
Update solana/solana-ibc/programs/solana-ibc/src/lib.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Michal Nazarewicz <[email protected]>
  • Loading branch information
dhruvja and mina86 authored Oct 15, 2024
1 parent 3694c57 commit 19a439d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions solana/solana-ibc/programs/solana-ibc/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -416,8 +416,8 @@ pub mod solana_ibc {
let clock = Clock::get()?;
let slot = clock.slot;
let timestamp = clock.unix_timestamp as u64;
let storage = &mut store.borrow_mut().private;
storage
store.borrow_mut()
.private;
.add_local_consensus_state(slot, timestamp, root)
.unwrap();
}
Expand Down

0 comments on commit 19a439d

Please sign in to comment.