mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-26 04:42:56 +00:00
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
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue