electrum

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

commit 36383d28c933beb78de338772dd465a9445eb41c
parent da79f02fc3e1d837680415229901a659b7b58e4a
Author: ThomasV <thomasv@electrum.org>
Date:   Sat, 17 Oct 2015 12:12:59 +0200

remove deprecated script

Diffstat:
Dcontrib/make_commands_list | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/contrib/make_commands_list b/contrib/make_commands_list @@ -1 +0,0 @@ -cat lib/commands.py|grep register_command|sed "s/register_command(\(.*\))/\1/" |sed "s/'//g"| awk -F, '{print "|-\n|" $1 "|| " $7 "|| " $8 "|| " $4 "|| " $5 "|| " $6 }'