diff --git a/components/forms/TransactionSigning.tsx b/components/forms/TransactionSigning.tsx index 78bc9bc..accc20d 100644 --- a/components/forms/TransactionSigning.tsx +++ b/components/forms/TransactionSigning.tsx @@ -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";