mirror of
https://github.com/tendermint/tendermint.git
synced 2026-05-28 10:00:21 +00:00
(squash this) fix amino route
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user