Skip to content

Commit

Permalink
fix net_version in the gateway (#2183)
Browse files Browse the repository at this point in the history
  • Loading branch information
zkokelj authored Dec 4, 2024
1 parent c3db053 commit e9d7db0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/walletextension/rpcapi/net_api.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ func NewNetAPI(we *services.Services) *NetAPI {
}

func (api *NetAPI) Version(ctx context.Context) (*string, error) {
return UnauthenticatedTenRPCCall[string](ctx, api.we, &cache.Cfg{Type: cache.LongLiving}, "net_version")
return UnauthenticatedTenRPCCall[string](ctx, api.we, &cache.Cfg{Type: cache.LongLiving}, "ten_version")
}

type ConfigResponseJson struct {
Expand Down

0 comments on commit e9d7db0

Please sign in to comment.