Skip to content

Commit

Permalink
Update types.rs (#943)
Browse files Browse the repository at this point in the history
  • Loading branch information
renauter authored Jan 18, 2024
1 parent 68c63d8 commit e1e6d3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion substrate-node/pallets/pallet-smart-contract/src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,9 @@ pub enum ContractState {

#[derive(PartialEq, Eq, PartialOrd, Ord, Clone, Encode, Decode, Debug, TypeInfo, MaxEncodedLen)]
pub enum Cause {
CanceledByCollective,
CanceledByUser,
OutOfFunds,
CanceledByCollective,
}

impl Default for ContractState {
Expand Down

0 comments on commit e1e6d3e

Please sign in to comment.