forked from TrueCloudLab/frostfs-node
[#1149] go.mod: Bump neo-go up to v0.106.0
Required to work with neo-go v0.106.0 node with default hardfork configuration. Without neo-go client version bump, it throws error. failed to get network magic: unexpected hardfork: Cockatrice Signed-off-by: Alex Vanin <a.vanin@yadro.com>
This commit is contained in:
parent
cc3f762cf2
commit
4a34d0d40e
5 changed files with 37 additions and 41 deletions
|
@ -27,7 +27,7 @@ type Client interface {
|
|||
invoker.RPCInvoke
|
||||
|
||||
GetBlockCount() (uint32, error)
|
||||
GetNativeContracts() ([]state.NativeContract, error)
|
||||
GetNativeContracts() ([]state.Contract, error)
|
||||
GetApplicationLog(util.Uint256, *trigger.Type) (*result.ApplicationLog, error)
|
||||
GetVersion() (*result.Version, error)
|
||||
SendRawTransaction(*transaction.Transaction) (util.Uint256, error)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue