mirror of
https://github.com/cosmos/cosmjs.git
synced 2025-03-11 14:09:15 +00:00
tendermint-rpc: Fix unused variable name
This commit is contained in:
parent
a172327a2a
commit
7dd7a617bf
@ -33,7 +33,7 @@ export class Tendermint33Client {
|
|||||||
// (our CI) when skipping the status call before doing other queries. Sleeping a little
|
// (our CI) when skipping the status call before doing other queries. Sleeping a little
|
||||||
// while did not help. Thus we query the version as a way to say "hi" to the backend,
|
// while did not help. Thus we query the version as a way to say "hi" to the backend,
|
||||||
// even in cases where we don't use the result.
|
// even in cases where we don't use the result.
|
||||||
const version = await this.detectVersion(rpcClient);
|
const _version = await this.detectVersion(rpcClient);
|
||||||
return new Tendermint33Client(rpcClient);
|
return new Tendermint33Client(rpcClient);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user