Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Christoph Otter <[email protected]>
  • Loading branch information
webmaster128 and chipshort authored Jan 29, 2024
1 parent 3c411f3 commit abf20bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/std/src/results/submessages.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ pub struct SubMsg<T = Empty> {
/// Some arbirary data that the contract can set in an application specific way.
/// This is just passed into the `reply` entry point and is not stored to state.
/// Any encoding can be used. If `id` is used to identify a particular action,
/// the encoding can also be different for each of those action since you can match `id`
/// the encoding can also be different for each of those actions since you can match `id`
/// first and then start processing the `payload`.
///
/// The environment restricts the length of this field to in order to avoid abuse. The limit
/// The environment restricts the length of this field in order to avoid abuse. The limit
/// is environment specific and can change over time. The initial default is 128 KiB.
///
/// Unset/nil/null cannot be differentiated from empty data.
Expand Down

0 comments on commit abf20bb

Please sign in to comment.