core: add FeeOnly witness scope
This commit is contained in:
parent
75f1c2d6f2
commit
8697582b23
5 changed files with 23 additions and 10 deletions
|
@ -96,7 +96,7 @@ func TestParam_UnmarshalJSON(t *testing.T) {
|
|||
Type: Cosigner,
|
||||
Value: transaction.Cosigner{
|
||||
Account: accountHash,
|
||||
Scopes: transaction.Global,
|
||||
Scopes: transaction.FeeOnly,
|
||||
},
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue