1
0

make most commands available in the console

This commit is contained in:
thomasv
2013-02-26 13:56:48 +01:00
parent dc466142d3
commit 42a10164ea
6 changed files with 381 additions and 294 deletions

View File

@@ -10,3 +10,4 @@ import bitcoin
from bitcoin import Transaction, EC_KEY
from mnemonic import mn_encode as mnemonic_encode
from mnemonic import mn_decode as mnemonic_decode
from commands import protected_commands, Commands