refactor, staking uses addresses instead of pubkey

staking refactoring working

working
This commit is contained in:
rigelrozanski
2018-03-28 19:01:50 +02:00
parent 292e156872
commit dc8636390c
12 changed files with 451 additions and 383 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ type Params struct {
ReserveTax rational.Rational // Tax collected on all fees
MaxVals uint16 // maximum number of validators
AllowedBondDenom string // bondable coin denomination
BondDenom string // bondable coin denomination
// gas costs for txs
GasDeclareCandidacy int64