From 15e459feead0e32f6fb2d114fa7ba0c1487e512e Mon Sep 17 00:00:00 2001 From: Roman Khimov Date: Fri, 2 Oct 2020 16:23:48 +0300 Subject: [PATCH] core: fix designate test Merge conflict between #1450 and #1451. --- pkg/core/native_designate_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(),