core: add FeeOnly witness scope

This commit is contained in:
Anna Shaleva 2020-07-29 19:41:15 +03:00
parent 75f1c2d6f2
commit 8697582b23
5 changed files with 23 additions and 10 deletions

View file

@ -96,7 +96,7 @@ func TestParam_UnmarshalJSON(t *testing.T) {
Type: Cosigner,
Value: transaction.Cosigner{
Account: accountHash,
Scopes: transaction.Global,
Scopes: transaction.FeeOnly,
},
},
{