Browse Source

(squash this) fix amino route

pull/2164/head
ValarDragon 6 years ago
parent
commit
4cf1dbd676
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      crypto/multisig/wire.go

+ 1
- 1
crypto/multisig/wire.go 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()


Loading…
Cancel
Save