1
0

allow config to be None in constructor of Interface

This commit is contained in:
thomasv
2012-10-12 16:31:05 +02:00
parent 1a781036cf
commit 81b29a48a1
2 changed files with 6 additions and 3 deletions

View File

@@ -2,8 +2,7 @@
import electrum
i = electrum.Interface({'server':'electrum.novit.ro:50001:t'})
i = electrum.Interface()
i.start()
i.send([('blockchain.numblocks.subscribe',[])])