mirror of https://github.com/status-im/op-geth.git
signer/rules: register clef api properly when rules are used (#25455)
signer/rules: register clef api properly when rules are used, fixes #25298
This commit is contained in:
parent
a41ea8a97c
commit
1a18c14c43
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue