This commit is contained in:
rigelrozanski
2018-09-19 23:01:55 -04:00
parent 5dabd1bf6d
commit 5790f33159
6 changed files with 17 additions and 15 deletions
+1 -1
View File
@@ -254,7 +254,7 @@ func (app *GaiaApp) ExportAppStateAndValidators() (appState json.RawMessage, val
// Combined Staking Hooks
type Hooks struct {
dh distr.Hooks
sh slashing.ValidatorHooks
sh slashing.Hooks
}
func NewHooks(dh distr.Hooks, sh slashing.ValidatorHooks) Hooks {