minor cleanups

This commit is contained in:
The MMGen Project 2025-05-19 09:23:50 +00:00
commit 00ee28aea7
Signed by: mmgen
GPG key ID: 3F8B1861E32B7DA2
6 changed files with 3 additions and 5 deletions

View file

@ -2,4 +2,3 @@
# installed.
py_ecc
mypy_extensions

View file

@ -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

View file

@ -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

View file

@ -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)

View file

@ -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

View file

@ -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')