Skip to content

Commit

Permalink
removed duplicate lib.rs (#3368)
Browse files Browse the repository at this point in the history
Messages are `messages` sent across chains - Messages are sent across
chains

Signed-off-by: gooddayniceday <155267459+gooddayniceday@users.noreply.github.com>
  • Loading branch information
gooddayniceday authored Feb 19, 2025
1 parent 246aaf9 commit 5102a03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linera-sdk/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ pub trait Contract: WithContractAbi + ContractAbi + Sized {

/// Applies a message originating from a cross-chain message.
///
/// Messages are messages sent across chains. These messages are created and received by
/// Messages are sent across chains. These messages are created and received by
/// the same application. Messages can be either single-sender and single-receiver, or
/// single-sender and multiple-receivers. The former allows sending cross-chain messages to the
/// application on some other specific chain, while the latter uses broadcast channels to
Expand Down

0 comments on commit 5102a03

Please sign in to comment.