commit 603a74523aecc3e0eff3ee1087f95b22725bb696 parent dded634f65283a8c33aebd962cc62ba3b14595ee Author: ThomasV <thomasv@gitorious> Date: Wed, 16 May 2012 19:51:00 +0200 wallet.path Diffstat:
M | electrum | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/electrum b/electrum @@ -303,7 +303,7 @@ if __name__ == '__main__': wallet.init_mpk(seed) if mpk == wallet.master_public_key: wallet.save() - print "done" + print "Done: " + wallet.path else: print "error: master public key does not match"