diff --git a/pkg/smartcontract/param_context.go b/pkg/smartcontract/param_context.go index 8f585f86b..f7414f6a0 100644 --- a/pkg/smartcontract/param_context.go +++ b/pkg/smartcontract/param_context.go @@ -23,10 +23,10 @@ type PropertyState byte // List of supported properties. const ( - NoProperties = 0 - HasStorage PropertyState = 1 << iota + HasStorage PropertyState = 1 << iota HasDynamicInvoke IsPayable + NoProperties = 0 ) // Parameter represents a smart contract parameter.