forked from TrueCloudLab/frostfs-node
[#1711] morph: Add nolint for AddNetworkFee
Waits for `v0.99.3` neo-go unreleased yet. Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
This commit is contained in:
parent
62b293b7ab
commit
82839cb1c9
1 changed files with 1 additions and 0 deletions
|
@ -490,6 +490,7 @@ func (c *Client) notaryInvoke(committee, invokedByAlpha bool, contract util.Uint
|
||||||
}
|
}
|
||||||
|
|
||||||
// add network fee for cosigners
|
// add network fee for cosigners
|
||||||
|
//nolint:staticcheck // waits for neo-go v0.99.3 with notary actors
|
||||||
err = c.client.AddNetworkFee(
|
err = c.client.AddNetworkFee(
|
||||||
mainTx,
|
mainTx,
|
||||||
notaryFee,
|
notaryFee,
|
||||||
|
|
Loading…
Reference in a new issue