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
View File
@@ -23,6 +23,7 @@ type AccountChecker interface {
type SimpleFeeHandler struct {
AccountChecker
MinFee types.Coins
stack.PassOption
}
func (_ SimpleFeeHandler) Name() string {