Remove toHex import

This commit is contained in:
abefernan
2023-06-15 14:27:32 +02:00
parent 58eaec2150
commit 649d9d0a84
+1 -1
View File
@@ -1,5 +1,5 @@
import { MultisigThresholdPubkey, makeCosmoshubPath } from "@cosmjs/amino";
import { toBase64, toHex } from "@cosmjs/encoding";
import { toBase64 } from "@cosmjs/encoding";
import { LedgerSigner } from "@cosmjs/ledger-amino";
import { SigningStargateClient } from "@cosmjs/stargate";
import { assert } from "@cosmjs/utils";