minor cleanups
This commit is contained in:
parent
5dd358a851
commit
00ee28aea7
6 changed files with 3 additions and 5 deletions
|
|
@ -2,4 +2,3 @@
|
|||
# installed.
|
||||
|
||||
py_ecc
|
||||
mypy_extensions
|
||||
|
|
|
|||
|
|
@ -80,7 +80,7 @@ opts_data = {
|
|||
-s -S, --list-assets List available swap assets
|
||||
-- -v, --verbose Produce more verbose output
|
||||
b- -V, --vsize-adj= f Adjust transaction's estimated vsize by factor 'f'
|
||||
-s -x, --proxy=P Fetch the swap quote via SOCKS5 proxy ‘P’ (host:port).
|
||||
-s -x, --proxy=P Fetch the swap quote via SOCKS5h proxy ‘P’ (host:port).
|
||||
+ Use special value ‘env’ to honor *_PROXY environment
|
||||
+ vars instead.
|
||||
-- -y, --yes Answer 'yes' to prompts, suppress non-essential output
|
||||
|
|
|
|||
|
|
@ -106,7 +106,7 @@ opts_data = {
|
|||
-- -v, --verbose Produce more verbose output
|
||||
b- -V, --vsize-adj= f Adjust transaction's estimated vsize by factor 'f'
|
||||
e- -w, --wait Wait for transaction confirmation
|
||||
-s -x, --proxy=P Fetch the swap quote via SOCKS5 proxy ‘P’ (host:port).
|
||||
-s -x, --proxy=P Fetch the swap quote via SOCKS5h proxy ‘P’ (host:port).
|
||||
+ Use special value ‘env’ to honor *_PROXY environment
|
||||
+ vars instead.
|
||||
e- -X, --cached-balances Use cached balances
|
||||
|
|
|
|||
|
|
@ -41,7 +41,6 @@ rec {
|
|||
python-packages = with python.pkgs; {
|
||||
# pycryptodome = pycryptodome; # altcoins
|
||||
# py-ecc = py-ecc; # ETH, ETC
|
||||
# mypy-extensions = mypy-extensions; # ETH, ETC
|
||||
# pysocks = pysocks; # XMR
|
||||
# monero = monero; # XMR (test suite)
|
||||
# eth-keys = eth-keys; # ETH, ETC (test suite)
|
||||
|
|
|
|||
|
|
@ -31,7 +31,6 @@ project_urls =
|
|||
Twitter = https://x.com/TheMMGenProject
|
||||
Keybase = https://keybase.io/mmgen
|
||||
classifiers =
|
||||
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
|
||||
Operating System :: POSIX :: Linux
|
||||
Operating System :: Microsoft :: Windows
|
||||
Operating System :: MacOS
|
||||
|
|
|
|||
|
|
@ -197,6 +197,7 @@ class CmdTestEthdevMethods:
|
|||
return self._fund_mmgen_addr(arg=f'{dfl_sid}:E:21,{self.fund_amt}')
|
||||
|
||||
def _fund_mmgen_addr(self, arg):
|
||||
self.mining_delay()
|
||||
return self._txdo(
|
||||
args = [f'--keys-from-file={joinpath(self.tmpdir, dfl_devkey_fn)}', arg, dfl_words_file],
|
||||
acct = '10')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue