Add SetOption to all middleware and handlers
This commit is contained in:
@@ -23,6 +23,7 @@ type AccountChecker interface {
|
||||
type SimpleFeeHandler struct {
|
||||
AccountChecker
|
||||
MinFee types.Coins
|
||||
stack.PassOption
|
||||
}
|
||||
|
||||
func (_ SimpleFeeHandler) Name() string {
|
||||
|
||||
Reference in New Issue
Block a user