Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvja committed Oct 30, 2023
1 parent ee99ae6 commit 5cb4f19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solana/solana-ibc/programs/solana-ibc/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ pub mod solana_ibc {
ibc::core::dispatch(&mut store, &mut router, msg.clone());
match msg {
MsgEnvelope::Packet(packet) => {
// store the packet wherever you want if you don't have it
// store the packet if not exists
let mut inner_store = store.0.borrow_mut();
let serialized_packet = borsh::to_vec(&packet).unwrap();
// Find if the packet already exists
Expand Down

0 comments on commit 5cb4f19

Please sign in to comment.