Skip to content

Commit

Permalink
Update crates/types/src/services/relayer.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Brandon Vrooman <brandon.vrooman@fuel.sh>
  • Loading branch information
Voxelot and Brandon Vrooman authored Mar 22, 2024
1 parent 1a0413d commit 3b7e397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/types/src/services/relayer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ use std::ops::Deref;
pub enum Event {
/// The message event which was sent to the bridge.
Message(Message),
/// A transaction that was forced included from L1
/// A transaction that was forcibly included from L1
Transaction(RelayedTransaction),
}

Expand Down

0 comments on commit 3b7e397

Please sign in to comment.