[BUG] Dkg node connection fails #377
Labels
bug 🪲
Something isn't working
difficulty: starter 🏁
Small issues that are great for starters or easy to complete tasks
p0 🔥
Critical issues that need to be resolved immediately
Summary
While creating
DkgBridgeRegistryBackend
it usesOnlineClient::<PolkadotConfig>::new()
method to create a dkg client which by default points to a locally running node onws://127.0.0.1:9944
.Solution
We should connect to the node using the wss URL provided by node configuration with the
from_url
method.We also store DKG client in
DkgProposalSigningBackend
and directly use by making it public.The text was updated successfully, but these errors were encountered: