Skip to content
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.

Commit

Permalink
Update fendermint/vm/interpreter/src/chain.rs
Browse files Browse the repository at this point in the history
Co-authored-by: adlrocha <[email protected]>
  • Loading branch information
aakoshh and adlrocha authored Aug 23, 2023
1 parent cf40584 commit bd53e3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fendermint/vm/interpreter/src/chain.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ where
let smsg = relayed_bottom_up_ckpt_to_fvm(&msg)
.context("failed to syntesize FVM message")?;

// Let the FVM validate the checkpoint quorum certificate and take not of the relayer for rewards.
// Let the FVM validate the checkpoint quorum certificate and take note of the relayer for rewards.
let (state, ret) = self
.inner
.deliver(state, VerifiableMessage::Synthetic(smsg))
Expand Down

0 comments on commit bd53e3f

Please sign in to comment.