1
0

config: enforce that SimpleConfig is singleton

related: #5629
This commit is contained in:
SomberNight
2019-09-10 18:01:10 +02:00
parent a43be6657d
commit b2920db8b8
9 changed files with 33 additions and 25 deletions

View File

@@ -18,7 +18,6 @@ from datetime import datetime
import aiorpcx
from .simple_config import get_config
from .crypto import sha256, sha256d
from . import bitcoin
from . import ecc