core: fix designate test

Merge conflict between #1450 and #1451.
This commit is contained in:
Roman Khimov 2020-10-02 16:23:48 +03:00
parent b5d138b150
commit 15e459feea

View file

@ -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(),