diff --git a/crypto/multisig/wire.go b/crypto/multisig/wire.go index e0cb2a591..a6cda34a9 100644 --- a/crypto/multisig/wire.go +++ b/crypto/multisig/wire.go @@ -10,7 +10,7 @@ import ( // TODO: Figure out API for others to either add their own pubkey types, or // to make verify / marshal accept a cdc. const ( - ThresholdPubkeyAminoRoute = "tendermint/ThresholdMultisigPubkey" + ThresholdPubkeyAminoRoute = "tendermint/PubkeyThresholdMultisig" ) var cdc = amino.NewCodec()