Skip to content

Commit

Permalink
Merge pull request #257 from RGB-WG/fix/256
Browse files Browse the repository at this point in the history
Fix invalid Display for Pcps command
  • Loading branch information
dr-orlovsky authored Jun 24, 2024
2 parents 6e6befd + 1a0df6b commit 4c69050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vm/op_contract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ pub enum ContractOp {
///
/// If verification succeeds, doesn't change `st0` value; otherwise sets it
/// to `false` and stops execution.
#[display("pcis {0}")]
#[display("pcps {0}")]
Pcps(/** owned state type */ AssignmentType),

/// All other future unsupported operations, which must set `st0` to
Expand Down

0 comments on commit 4c69050

Please sign in to comment.