electrum

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

commit b782a1bb3fa06e14637b22a8d3deefb2a2bac9b3
parent 590659ff4dbd817ebbacd0f72ca4b266e2c435c1
Author: ThomasV <thomasv@gitorious>
Date:   Mon, 15 Sep 2014 14:42:41 +0200

fix argument for check_seed

Diffstat:
Melectrum | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/electrum b/electrum @@ -428,6 +428,7 @@ if __name__ == '__main__': if cmd.name == 'check_seed': args.append(long(options.entropy)) + args.append(options.language) # run the command