Fix tests
This commit is contained in:
parent
84abee7b2c
commit
4fa7f1f459
1 changed files with 2 additions and 2 deletions
|
@ -27,10 +27,10 @@ import (
|
|||
)
|
||||
|
||||
var (
|
||||
middlewareVersion = "0.0.3"
|
||||
middlewareVersion = "0.0.4"
|
||||
defaultNetworkOptions = &types.NetworkOptionsResponse{
|
||||
Version: &types.Version{
|
||||
RosettaVersion: "1.4.4",
|
||||
RosettaVersion: "1.4.5",
|
||||
NodeVersion: "0.20.1",
|
||||
MiddlewareVersion: &middlewareVersion,
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue