minor fixes and cleanups
This commit is contained in:
parent
666b27c042
commit
3f76be1ab8
9 changed files with 69 additions and 57 deletions
|
|
@ -20,8 +20,10 @@
|
|||
mmnode-txfind: Find a transaction in the blockchain or mempool
|
||||
"""
|
||||
|
||||
import sys
|
||||
|
||||
from mmgen.cfg import Config
|
||||
from mmgen.util import msg,Msg,die,is_hex_str
|
||||
from mmgen.util import msg,Msg,die,is_hex_str,async_run
|
||||
|
||||
opts_data = {
|
||||
'text': {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue