Add SetOption to all middleware and handlers

This commit is contained in:
Ethan Frey
2017-07-03 18:10:46 +02:00
parent 159574db89
commit fa1a300943
18 changed files with 169 additions and 35 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ func init() {
func getHandler() basecoin.Handler {
// use the default stack
h := coin.NewHandler()
app := stack.NewDefault("change-this").Use(h)
app := stack.NewDefault().Use(h)
return app
// register IBC plugn