wallet.synchronizer should exist at construction.
authorshunyata <empty@cqdr.es>
Thu, 12 Dec 2013 22:36:17 +0000 (17:36 -0500)
committershunyata <empty@cqdr.es>
Thu, 12 Dec 2013 22:36:17 +0000 (17:36 -0500)
commitde1a0f56907ccdd6afbfed258fa70d60305406c7
tree92c7270ab177ba4d56b7b905606056ef71753776
parent7684c0543b24d0a5eef388a2dbd08f982b0979ad
wallet.synchronizer should exist at construction.

The `self.synchronizer` attribute is accessed before it ever exists when using
`electrum importprivkey` on the command line. This change sets it to None,
which is a valid state, in the wallet's constructor.
lib/wallet.py