Tested signature middleware with standard tx wrappers

This commit is contained in:
Ethan Frey
2017-06-30 18:37:51 +02:00
parent b9ce148e8e
commit 4eef581396
5 changed files with 130 additions and 9 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ func NewDefault(chainID string, middlewares ...Middleware) *Stack {
mids := []Middleware{
Logger{},
Recovery{},
SignedHandler{true},
Signatures{},
Chain{chainID},
}
mids = append(mids, middlewares...)