diff --git a/pkg/core/native_designate_test.go b/pkg/core/native_designate_test.go index 9abe54ba4..33bbd6e57 100644 --- a/pkg/core/native_designate_test.go +++ b/pkg/core/native_designate_test.go @@ -37,7 +37,7 @@ func (bc *Blockchain) setNodesByRole(t *testing.T, ok bool, r native.Role, nodes tx.Signers = []transaction.Signer{ { Account: testchain.MultisigScriptHash(), - Scopes: transaction.FeeOnly, + Scopes: transaction.None, }, { Account: testchain.CommitteeScriptHash(),