diff --git a/pkg/core/native/notary.go b/pkg/core/native/notary.go index 4062c2d4c..7312a7f3c 100644 --- a/pkg/core/native/notary.go +++ b/pkg/core/native/notary.go @@ -339,6 +339,7 @@ func (n *Notary) verify(ic *interop.Context, args []stackitem.Item) stackitem.It if signer.Scopes != transaction.None { return stackitem.NewBool(false) } + break } } if tx.Sender() == n.Hash {