Add validate_domain option to ElectrumConfig

This commit is contained in:
Steve Myers
2023-01-03 09:47:23 -06:00
committed by thunderbiscuit
parent cdde26a8ea
commit f399b799e4
6 changed files with 13 additions and 6 deletions

View File

@@ -38,7 +38,8 @@ class JvmLibTest {
null,
5u,
null,
100u
100u,
true,
)
)