Merge pull request #1453 from nspcc-dev/fix-designate-test

core: fix designate test
This commit is contained in:
Roman Khimov 2020-10-02 16:53:03 +03:00 committed by GitHub
commit 05c1b8746a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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