forked from TrueCloudLab/frostfs-node
[#520] Update neo-go to pre N3 testnet RC2 compatible version
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
3622e4165a
commit
e1e4a61ba7
4 changed files with 6 additions and 4 deletions
|
@ -120,6 +120,7 @@ func (c *Client) DepositNotary(amount fixedn.Fixed8, delta uint32) (util.Uint256
|
|||
int64(amount),
|
||||
0,
|
||||
[]interface{}{c.acc.PrivateKey().GetScriptHash(), int64(bc + delta)},
|
||||
nil,
|
||||
)
|
||||
if err != nil {
|
||||
return util.Uint256{}, errors.Wrap(err, "can't make notary deposit")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue