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:
Martin Holst Swende 2022-08-10 09:31:15 +02:00 committed by GitHub
parent a41ea8a97c
commit 1a18c14c43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
}