(squash this) fix amino route

This commit is contained in:
ValarDragon
2018-08-10 13:20:59 -05:00
parent 00db469fc0
commit 4cf1dbd676

View File

@@ -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()