[#1417] go.mod: Update neo-go to v0.99.0

Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
This commit is contained in:
Evgenii Stratonikov 2022-06-04 15:03:30 +03:00 committed by fyrchik
parent fa009db140
commit 91ed0d20ff
6 changed files with 28 additions and 12 deletions

View file

@ -3,6 +3,7 @@ package client
import (
"errors"
"fmt"
"math/big"
"strconv"
"github.com/nspcc-dev/neo-go/pkg/core/transaction"
@ -114,7 +115,7 @@ func nnsResolveItem(c *client.WSClient, nnsHash util.Uint160, domain string) (st
},
{
Type: smartcontract.IntegerType,
Value: int64(nns.TXT),
Value: big.NewInt(int64(nns.TXT)),
},
}, nil)
if err != nil {