Skip to content

Commit

Permalink
signer/rules: register clef api properly when rules are used (ethereu…
Browse files Browse the repository at this point in the history
…m#25455)

signer/rules: register clef api properly when rules are used, fixes ethereum#25298
  • Loading branch information
holiman authored and blakehhuynh committed Oct 7, 2022
1 parent 114876f commit ca22e4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions signer/rules/rules.go
Expand Up @@ -59,6 +59,7 @@ func NewRuleEvaluator(next core.UIClientAPI, jsbackend storage.Storage) (*rulese
return c, nil
}
func (r *rulesetUI) RegisterUIServer(api *core.UIServerAPI) {
r.next.RegisterUIServer(api)
// TODO, make it possible to query from js
}

Expand Down

0 comments on commit ca22e4f

Please sign in to comment.