Browse Source

minor cleanups

The MMGen Project 6 months ago
parent
commit
00ee28aea7
6 changed files with 3 additions and 5 deletions
  1. 0 1
      eth-requirements.txt
  2. 1 1
      mmgen/main_txcreate.py
  3. 1 1
      mmgen/main_txdo.py
  4. 0 1
      nix/user-packages.nix
  5. 0 1
      setup.cfg
  6. 1 0
      test/cmdtest_d/ethdev.py

+ 0 - 1
eth-requirements.txt

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

+ 1 - 1
mmgen/main_txcreate.py

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

+ 1 - 1
mmgen/main_txdo.py

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

+ 0 - 1
nix/user-packages.nix

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

+ 0 - 1
setup.cfg

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

+ 1 - 0
test/cmdtest_d/ethdev.py

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