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
|
@ -113,7 +113,7 @@ func (l *LocalClient) GetBlockCount() (uint32, error) {
|
|||
return l.bc.BlockHeight(), nil
|
||||
}
|
||||
|
||||
func (l *LocalClient) GetNativeContracts() ([]state.NativeContract, error) {
|
||||
func (l *LocalClient) GetNativeContracts() ([]state.Contract, error) {
|
||||
return l.bc.GetNatives(), nil
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue