commit 350a4629010b5c56852e457d38f1b04c71e4c11b parent ad6c0ab2736edd2d7d2f0871a6b6a4d716441ace Author: ThomasV <thomasv@gitorious> Date: Tue, 3 Apr 2012 16:54:31 +0200 Merge branch 'master' of gitorious.org:electrum/electrum Conflicts: client/electrum Diffstat:
M | client/electrum | | | 2 | +- |
M | client/version.py | | | 2 | +- |
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/client/electrum b/client/electrum @@ -305,7 +305,7 @@ if __name__ == '__main__': v = line['value'] b += v try: - time_str = datetime.datetime.fromtimestamp( line['timestamp']) + time_str = str( datetime.datetime.fromtimestamp( line['timestamp'])) except: print line['timestamp'] time_str = 'pending' diff --git a/client/version.py b/client/version.py @@ -1,2 +1,2 @@ -ELECTRUM_VERSION = "0.43b" +ELECTRUM_VERSION = "0.43c" SEED_VERSION = 4 # bump this everytime the seed generation is modified