http://mmgen-wallet.i2p/project/mmgen/mmgen-wallet/commit/1f3c0481721939c2b9352ce2b113b613e84b6cc8
""".strip().format(g.coin,tl[trust_level],pn=g.proj_name) if g.test_suite: - msg(m); return + q msg(m); return if not keypress_confirm(m,default_yes=True): sys.exit(0) + 1 - 1 mmgen/tool.py View File @@ -419,7 +419,7 @@ class MMGenToolCmdCoin(MMGenToolCmdBase): return (rs,addr) def privhex2addr(self,privhex:'sstr',output_pubhex=False): - "generate coin address from private key in hex format" + "generate coin address from raw private key data in hex adecimal format" init_generators() pk =...