Fix typos
This commit is contained in:
parent
e8a67119bb
commit
6dcb87aa90
@ -55,7 +55,7 @@ describe("WebsocketClient", () => {
|
||||
expect(event.query).toEqual(query);
|
||||
|
||||
if (events.length === 2) {
|
||||
// make sure they are consequtive heights
|
||||
// make sure they are consecutive heights
|
||||
const eventHeight = (index: number): number =>
|
||||
Uint53.fromString(events[index].data.value.header.height).toNumber();
|
||||
expect(eventHeight(1)).toEqual(eventHeight(0) + 1);
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// Note: all exports in this module are publicly available via
|
||||
// `import { tendermint34 } from "@cosnjs/tendermint-rpc"`
|
||||
// `import { tendermint34 } from "@cosmjs/tendermint-rpc"`
|
||||
|
||||
export { Tendermint34Client } from "./tendermint34client";
|
||||
export {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user