tfix argument for check_seed - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit b782a1bb3fa06e14637b22a8d3deefb2a2bac9b3 DIR parent 590659ff4dbd817ebbacd0f72ca4b266e2c435c1 HTML Author: ThomasV <thomasv@gitorious> Date: Mon, 15 Sep 2014 14:42:41 +0200 fix argument for check_seed Diffstat: M electrum | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) --- DIR diff --git a/electrum b/electrum t@@ -428,6 +428,7 @@ if __name__ == '__main__': if cmd.name == 'check_seed': args.append(long(options.entropy)) + args.append(options.language) # run the command