From e1e6d3e4cf5ece47891148cf9877187718881184 Mon Sep 17 00:00:00 2001 From: Erwan Renaut <73958772+renauter@users.noreply.github.com> Date: Thu, 18 Jan 2024 11:46:01 -0300 Subject: [PATCH] Update types.rs (#943) --- substrate-node/pallets/pallet-smart-contract/src/types.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/substrate-node/pallets/pallet-smart-contract/src/types.rs b/substrate-node/pallets/pallet-smart-contract/src/types.rs index 797ea010c..6885292bf 100644 --- a/substrate-node/pallets/pallet-smart-contract/src/types.rs +++ b/substrate-node/pallets/pallet-smart-contract/src/types.rs @@ -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 {