Tested signature middleware with standard tx wrappers
This commit is contained in:
+1
-1
@@ -61,7 +61,7 @@ func NewDefault(chainID string, middlewares ...Middleware) *Stack {
|
||||
mids := []Middleware{
|
||||
Logger{},
|
||||
Recovery{},
|
||||
SignedHandler{true},
|
||||
Signatures{},
|
||||
Chain{chainID},
|
||||
}
|
||||
mids = append(mids, middlewares...)
|
||||
|
||||
Reference in New Issue
Block a user