Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
bkolad committed Oct 9, 2023
1 parent ed79429 commit c32b3ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/demo-stf/src/runtime.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
//! 2. Calls:
//! The `Module` interface defines a `call` method which accepts a module-defined type and triggers the specific `module logic.`
//! In general, the point of a call is to change the module state, but if the call throws an error,
//! no state is updated (the transaction is reverted).
//! no module specific state is updated (the transaction is reverted).
//!
//! `#[derive(MessageCodec)` adds deserialization capabilities to the `Runtime` (implements `decode_call` method).
//! `Runtime::decode_call` accepts serialized call message and returns a type that implements the `DispatchCall` trait.
Expand Down

0 comments on commit c32b3ea

Please sign in to comment.