[#520] Update neo-go to pre N3 testnet RC2 compatible version

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
Alex Vanin 2021-05-13 11:14:51 +03:00 committed by Alex Vanin
parent 3622e4165a
commit e1e4a61ba7
4 changed files with 6 additions and 4 deletions

View file

@ -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")