From 4cf1dbd67626d45691057bcbe7e8b018b8925ceb Mon Sep 17 00:00:00 2001 From: ValarDragon Date: Fri, 10 Aug 2018 13:20:59 -0500 Subject: [PATCH] (squash this) fix amino route --- crypto/multisig/wire.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()