electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 6bd57d4829b127b022946871bf84ad0aabf3fef6
parent e2a25964795f80fc343f21c70eaa21c97a1d3f35
Author: thomasv <thomasv@gitorious>
Date:   Mon, 17 Dec 2012 16:21:28 +0100

change headers path for android

Diffstat:
Melectrum | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/electrum b/electrum @@ -149,7 +149,7 @@ if __name__ == '__main__': # config is an object passed to the various constructors (wallet, interface, gui) if 'ANDROID_DATA' in os.environ: - config_options = {'wallet_path':"/sdcard/electrum.dat", 'blockchain_headers_path':'/sdcard/sl4a/scripts/e4a-%s'%ELECTRUM_VERSION, 'gui':'android'} + config_options = {'wallet_path':"/sdcard/electrum.dat", 'blockchain_headers_path':'/sdcard/sl4a/', 'gui':'android'} else: config_options = eval(str(options)) for k, v in config_options.items():