Browse Source

update headers: `mmgen` -> `mmgen-wallet`

The MMGen Project 1 year ago
parent
commit
48636ff2e0
118 changed files with 230 additions and 230 deletions
  1. 2 2
      examples/coin-daemon-info.py
  2. 2 2
      examples/halving-calculator.py
  3. 2 2
      examples/whitepaper.py
  4. 2 2
      mmgen/autosign.py
  5. 1 1
      mmgen/data/version
  6. 2 2
      mmgen/devinit.py
  7. 2 2
      mmgen/devtools.py
  8. 2 2
      mmgen/help/seedsplit.py
  9. 2 2
      mmgen/help/xmrwallet.py
  10. 2 2
      mmgen/main_msg.py
  11. 2 2
      mmgen/msg.py
  12. 2 2
      mmgen/proto/bch/params.py
  13. 2 2
      mmgen/proto/btc/addrdata.py
  14. 2 2
      mmgen/proto/btc/addrgen.py
  15. 2 2
      mmgen/proto/btc/common.py
  16. 2 2
      mmgen/proto/btc/daemon.py
  17. 2 2
      mmgen/proto/btc/misc.py
  18. 2 2
      mmgen/proto/btc/msg.py
  19. 2 2
      mmgen/proto/btc/params.py
  20. 2 2
      mmgen/proto/btc/rpc.py
  21. 2 2
      mmgen/proto/btc/tw/addresses.py
  22. 2 2
      mmgen/proto/btc/tw/bal.py
  23. 2 2
      mmgen/proto/btc/tw/ctl.py
  24. 2 2
      mmgen/proto/btc/tw/json.py
  25. 2 2
      mmgen/proto/btc/tw/prune.py
  26. 2 2
      mmgen/proto/btc/tw/rpc.py
  27. 2 2
      mmgen/proto/btc/tw/txhistory.py
  28. 2 2
      mmgen/proto/btc/tw/unspent.py
  29. 2 2
      mmgen/proto/btc/tx/base.py
  30. 2 2
      mmgen/proto/btc/tx/bump.py
  31. 2 2
      mmgen/proto/btc/tx/completed.py
  32. 2 2
      mmgen/proto/btc/tx/info.py
  33. 2 2
      mmgen/proto/btc/tx/new.py
  34. 2 2
      mmgen/proto/btc/tx/online.py
  35. 2 2
      mmgen/proto/btc/tx/signed.py
  36. 2 2
      mmgen/proto/btc/tx/status.py
  37. 2 2
      mmgen/proto/btc/tx/unsigned.py
  38. 2 2
      mmgen/proto/etc/params.py
  39. 2 2
      mmgen/proto/eth/addrgen.py
  40. 2 2
      mmgen/proto/eth/daemon.py
  41. 2 2
      mmgen/proto/eth/misc.py
  42. 2 2
      mmgen/proto/eth/msg.py
  43. 2 2
      mmgen/proto/eth/params.py
  44. 2 2
      mmgen/proto/eth/rpc.py
  45. 2 2
      mmgen/proto/eth/tw/addresses.py
  46. 2 2
      mmgen/proto/eth/tw/json.py
  47. 2 2
      mmgen/proto/eth/tw/rpc.py
  48. 2 2
      mmgen/proto/eth/tw/view.py
  49. 2 2
      mmgen/proto/eth/tx/base.py
  50. 2 2
      mmgen/proto/eth/tx/bump.py
  51. 2 2
      mmgen/proto/eth/tx/completed.py
  52. 2 2
      mmgen/proto/eth/tx/info.py
  53. 2 2
      mmgen/proto/eth/tx/new.py
  54. 2 2
      mmgen/proto/eth/tx/online.py
  55. 2 2
      mmgen/proto/eth/tx/signed.py
  56. 2 2
      mmgen/proto/eth/tx/status.py
  57. 2 2
      mmgen/proto/eth/tx/unsigned.py
  58. 2 2
      mmgen/proto/ltc/params.py
  59. 2 2
      mmgen/proto/secp256k1/keygen.py
  60. 2 2
      mmgen/proto/xmr/addrgen.py
  61. 2 2
      mmgen/proto/xmr/daemon.py
  62. 2 2
      mmgen/proto/xmr/keygen.py
  63. 2 2
      mmgen/proto/xmr/params.py
  64. 2 2
      mmgen/proto/xmr/rpc.py
  65. 2 2
      mmgen/proto/zec/addrgen.py
  66. 2 2
      mmgen/proto/zec/keygen.py
  67. 2 2
      mmgen/proto/zec/params.py
  68. 2 2
      mmgen/pyversion.py
  69. 2 2
      mmgen/test.py
  70. 2 2
      mmgen/tw/addresses.py
  71. 2 2
      mmgen/tw/json.py
  72. 2 2
      mmgen/tw/prune.py
  73. 2 2
      mmgen/tw/rpc.py
  74. 2 2
      mmgen/tw/shared.py
  75. 2 2
      mmgen/tw/txhistory.py
  76. 2 2
      mmgen/tx/__init__.py
  77. 2 2
      mmgen/tx/base.py
  78. 2 2
      mmgen/tx/bump.py
  79. 2 2
      mmgen/tx/completed.py
  80. 2 2
      mmgen/tx/info.py
  81. 2 2
      mmgen/tx/new.py
  82. 2 2
      mmgen/tx/online.py
  83. 2 2
      mmgen/tx/signed.py
  84. 2 2
      mmgen/tx/status.py
  85. 2 2
      mmgen/tx/unsigned.py
  86. 2 2
      mmgen/ui.py
  87. 2 2
      mmgen/util2.py
  88. 2 2
      mmgen/wallet/__init__.py
  89. 2 2
      mmgen/wallet/base.py
  90. 2 2
      mmgen/wallet/bip39.py
  91. 2 2
      mmgen/wallet/brain.py
  92. 2 2
      mmgen/wallet/dieroll.py
  93. 2 2
      mmgen/wallet/enc.py
  94. 2 2
      mmgen/wallet/incog.py
  95. 2 2
      mmgen/wallet/incog_base.py
  96. 2 2
      mmgen/wallet/incog_hex.py
  97. 2 2
      mmgen/wallet/incog_hidden.py
  98. 2 2
      mmgen/wallet/mmgen.py
  99. 2 2
      mmgen/wallet/mmhex.py
  100. 2 2
      mmgen/wallet/mnemonic.py
  101. 2 2
      mmgen/wallet/plainhex.py
  102. 2 2
      mmgen/wallet/seed.py
  103. 2 2
      mmgen/wallet/unenc.py
  104. 2 2
      mmgen/wallet/words.py
  105. 2 2
      scripts/exec_wrapper.py
  106. 2 2
      setup.py
  107. 2 2
      test/cmdtest_py_d/cfg.py
  108. 1 1
      test/cmdtest_py_d/ct_cfgfile.py
  109. 1 1
      test/cmdtest_py_d/ct_input.py
  110. 1 1
      test/cmdtest_py_d/ct_opts.py
  111. 1 1
      test/cmdtest_py_d/ct_tool.py
  112. 2 2
      test/cmdtest_py_d/ct_xmr_autosign.py
  113. 1 1
      test/cmdtest_py_d/input.py
  114. 2 2
      test/include/coin_daemon_control.py
  115. 2 2
      test/include/test_init.py
  116. 2 2
      test/overlay/__init__.py
  117. 2 2
      test/test-release.d/cfg.sh
  118. 2 2
      test/test-release.sh

+ 2 - 2
examples/coin-daemon-info.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 """
 """
 examples/coin-daemon-info.py:
 examples/coin-daemon-info.py:

+ 2 - 2
examples/halving-calculator.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 """
 """
 examples.halving-calculator.py: Demonstrate use of the MMGen asyncio/aiohttp JSON-RPC interface
 examples.halving-calculator.py: Demonstrate use of the MMGen asyncio/aiohttp JSON-RPC interface

+ 2 - 2
examples/whitepaper.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 """
 """
 examples/whitepaper.py: extract the Bitcoin whitepaper from the blockchain
 examples/whitepaper.py: extract the Bitcoin whitepaper from the blockchain

+ 2 - 2
mmgen/autosign.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 """
 """
 autosign: Auto-sign MMGen transactions, message files and XMR wallet output files
 autosign: Auto-sign MMGen transactions, message files and XMR wallet output files

+ 1 - 1
mmgen/data/version

@@ -1 +1 @@
-14.0.dev21
+14.0.dev22

+ 2 - 2
mmgen/devinit.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 """
 """
 devinit: Developer tools init/launch code for the MMGen suite
 devinit: Developer tools init/launch code for the MMGen suite

+ 2 - 2
mmgen/devtools.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 """
 """
 devtools: Developer tools for the MMGen suite
 devtools: Developer tools for the MMGen suite

+ 2 - 2
mmgen/help/seedsplit.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 """
 """
 help.seedsplit: seedsplit help notes for MMGen suite
 help.seedsplit: seedsplit help notes for MMGen suite

+ 2 - 2
mmgen/help/xmrwallet.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 """
 """
 help.xmrwallet: xmrwallet help notes for MMGen suite
 help.xmrwallet: xmrwallet help notes for MMGen suite

+ 2 - 2
mmgen/main_msg.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 """
 """
 mmgen-msg: Message signing operations for the MMGen suite
 mmgen-msg: Message signing operations for the MMGen suite

+ 2 - 2
mmgen/msg.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 """
 """
 msg: base message signing classes
 msg: base message signing classes

+ 2 - 2
mmgen/proto/bch/params.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 """
 """
 proto.bch.params: Bitcoin Cash protocol
 proto.bch.params: Bitcoin Cash protocol

+ 2 - 2
mmgen/proto/btc/addrdata.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 """
 """
 proto.btc.addrdata: Bitcoin base protocol addrdata classes
 proto.btc.addrdata: Bitcoin base protocol addrdata classes

+ 2 - 2
mmgen/proto/btc/addrgen.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 """
 """
 proto.btc.addrgen: Bitcoin address generation classes for the MMGen suite
 proto.btc.addrgen: Bitcoin address generation classes for the MMGen suite

+ 2 - 2
mmgen/proto/btc/common.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 """
 """
 proto.btc.common: Shared Bitcoin functions and constants
 proto.btc.common: Shared Bitcoin functions and constants

+ 2 - 2
mmgen/proto/btc/daemon.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 """
 """
 proto.btc.daemon: Bitcoin base protocol daemon classes
 proto.btc.daemon: Bitcoin base protocol daemon classes

+ 2 - 2
mmgen/proto/btc/misc.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 """
 """
 proto.btc.misc: miscellaneous functions for Bitcoin base protocol
 proto.btc.misc: miscellaneous functions for Bitcoin base protocol

+ 2 - 2
mmgen/proto/btc/msg.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 """
 """
 proto.btc.msg: Bitcoin base protocol message signing classes
 proto.btc.msg: Bitcoin base protocol message signing classes

+ 2 - 2
mmgen/proto/btc/params.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 """
 """
 proto.btc.params: Bitcoin protocol
 proto.btc.params: Bitcoin protocol

+ 2 - 2
mmgen/proto/btc/rpc.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 """
 """
 proto.btc.rpc: Bitcoin base protocol RPC client class
 proto.btc.rpc: Bitcoin base protocol RPC client class

+ 2 - 2
mmgen/proto/btc/tw/addresses.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 """
 """
 proto.btc.tw.addresses: Bitcoin base protocol tracking wallet address list class
 proto.btc.tw.addresses: Bitcoin base protocol tracking wallet address list class

+ 2 - 2
mmgen/proto/btc/tw/bal.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 """
 """
 proto.btc.tw.bal: Bitcoin base protocol tracking wallet balance class
 proto.btc.tw.bal: Bitcoin base protocol tracking wallet balance class

+ 2 - 2
mmgen/proto/btc/tw/ctl.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 """
 """
 proto.btc.tw.ctl: Bitcoin base protocol tracking wallet control class
 proto.btc.tw.ctl: Bitcoin base protocol tracking wallet control class

+ 2 - 2
mmgen/proto/btc/tw/json.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 """
 """
 proto.btc.tw.json: export and import tracking wallet to JSON format
 proto.btc.tw.json: export and import tracking wallet to JSON format

+ 2 - 2
mmgen/proto/btc/tw/prune.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 """
 """
 proto.btc.tw.prune: Bitcoin base protocol tracking wallet address list prune class
 proto.btc.tw.prune: Bitcoin base protocol tracking wallet address list prune class

+ 2 - 2
mmgen/proto/btc/tw/rpc.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 """
 """
 proto.btc.tw.rpc: Bitcoin base protocol tracking wallet RPC classes
 proto.btc.tw.rpc: Bitcoin base protocol tracking wallet RPC classes

+ 2 - 2
mmgen/proto/btc/tw/txhistory.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 """
 """
 proto.btc.tw.txhistory: Bitcoin base protocol tracking wallet transaction history class
 proto.btc.tw.txhistory: Bitcoin base protocol tracking wallet transaction history class

+ 2 - 2
mmgen/proto/btc/tw/unspent.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 """
 """
 proto.btc.tw.unspent: Bitcoin base protocol tracking wallet unspent outputs class
 proto.btc.tw.unspent: Bitcoin base protocol tracking wallet unspent outputs class

+ 2 - 2
mmgen/proto/btc/tx/base.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 """
 """
 proto.btc.tx.base: Bitcoin base transaction class
 proto.btc.tx.base: Bitcoin base transaction class

+ 2 - 2
mmgen/proto/btc/tx/bump.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 """
 """
 proto.btc.tx.bump: Bitcoin transaction bump class
 proto.btc.tx.bump: Bitcoin transaction bump class

+ 2 - 2
mmgen/proto/btc/tx/completed.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 """
 """
 proto.btc.tx.completed: Bitcoin completed transaction class
 proto.btc.tx.completed: Bitcoin completed transaction class

+ 2 - 2
mmgen/proto/btc/tx/info.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 """
 """
 proto.btc.tx.info: Bitcoin transaction info class
 proto.btc.tx.info: Bitcoin transaction info class

+ 2 - 2
mmgen/proto/btc/tx/new.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 """
 """
 proto.btc.tx.new: Bitcoin new transaction class
 proto.btc.tx.new: Bitcoin new transaction class

+ 2 - 2
mmgen/proto/btc/tx/online.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 """
 """
 proto.btc.tx.online: Bitcoin online signed transaction class
 proto.btc.tx.online: Bitcoin online signed transaction class

+ 2 - 2
mmgen/proto/btc/tx/signed.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 """
 """
 proto.btc.tx.signed: Bitcoin signed transaction class
 proto.btc.tx.signed: Bitcoin signed transaction class

+ 2 - 2
mmgen/proto/btc/tx/status.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 """
 """
 proto.btc.tx.status: Bitcoin transaction status class
 proto.btc.tx.status: Bitcoin transaction status class

+ 2 - 2
mmgen/proto/btc/tx/unsigned.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 """
 """
 proto.btc.tx.unsigned: Bitcoin unsigned transaction class
 proto.btc.tx.unsigned: Bitcoin unsigned transaction class

+ 2 - 2
mmgen/proto/etc/params.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 """
 """
 proto.etc.params: Ethereum Classic protocol
 proto.etc.params: Ethereum Classic protocol

+ 2 - 2
mmgen/proto/eth/addrgen.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 """
 """
 proto.eth.addrgen: Ethereum address generation class for the MMGen suite
 proto.eth.addrgen: Ethereum address generation class for the MMGen suite

+ 2 - 2
mmgen/proto/eth/daemon.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 """
 """
 proto.eth.daemon: Ethereum base protocol daemon classes
 proto.eth.daemon: Ethereum base protocol daemon classes

+ 2 - 2
mmgen/proto/eth/misc.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 """
 """
 proto.eth.misc: miscellaneous utilities for Ethereum base protocol
 proto.eth.misc: miscellaneous utilities for Ethereum base protocol

+ 2 - 2
mmgen/proto/eth/msg.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 """
 """
 proto.eth.msg: Ethereum base protocol message signing classes
 proto.eth.msg: Ethereum base protocol message signing classes

+ 2 - 2
mmgen/proto/eth/params.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 """
 """
 proto.eth.params: Ethereum protocol
 proto.eth.params: Ethereum protocol

+ 2 - 2
mmgen/proto/eth/rpc.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 """
 """
 proto.eth.rpc: Ethereum base protocol RPC client class
 proto.eth.rpc: Ethereum base protocol RPC client class

+ 2 - 2
mmgen/proto/eth/tw/addresses.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 """
 """
 proto.eth.tw.addresses: Ethereum base protocol tracking wallet address list class
 proto.eth.tw.addresses: Ethereum base protocol tracking wallet address list class

+ 2 - 2
mmgen/proto/eth/tw/json.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 """
 """
 proto.eth.tw.json: export and import tracking wallet to JSON format
 proto.eth.tw.json: export and import tracking wallet to JSON format

+ 2 - 2
mmgen/proto/eth/tw/rpc.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 """
 """
 proto.eth.tw.rpc: Ethereum base protocol tracking wallet RPC class
 proto.eth.tw.rpc: Ethereum base protocol tracking wallet RPC class

+ 2 - 2
mmgen/proto/eth/tw/view.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 """
 """
 proto.eth.tw.view: Ethereum base protocol base class for tracking wallet view classes
 proto.eth.tw.view: Ethereum base protocol base class for tracking wallet view classes

+ 2 - 2
mmgen/proto/eth/tx/base.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 """
 """
 proto.eth.tx.base: Ethereum base transaction class
 proto.eth.tx.base: Ethereum base transaction class

+ 2 - 2
mmgen/proto/eth/tx/bump.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 """
 """
 proto.eth.tx.bump: Ethereum transaction bump class
 proto.eth.tx.bump: Ethereum transaction bump class

+ 2 - 2
mmgen/proto/eth/tx/completed.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 """
 """
 proto.eth.tx.completed: Ethereum completed transaction class
 proto.eth.tx.completed: Ethereum completed transaction class

+ 2 - 2
mmgen/proto/eth/tx/info.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 """
 """
 proto.eth.tx.info: Ethereum transaction info class
 proto.eth.tx.info: Ethereum transaction info class

+ 2 - 2
mmgen/proto/eth/tx/new.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 """
 """
 proto.eth.tx.new: Ethereum new transaction class
 proto.eth.tx.new: Ethereum new transaction class

+ 2 - 2
mmgen/proto/eth/tx/online.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 """
 """
 proto.eth.tx.online: Ethereum online signed transaction class
 proto.eth.tx.online: Ethereum online signed transaction class

+ 2 - 2
mmgen/proto/eth/tx/signed.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 """
 """
 proto.eth.tx.signed: Ethereum signed transaction class
 proto.eth.tx.signed: Ethereum signed transaction class

+ 2 - 2
mmgen/proto/eth/tx/status.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 """
 """
 proto.eth.tx.status: Ethereum transaction status class
 proto.eth.tx.status: Ethereum transaction status class

+ 2 - 2
mmgen/proto/eth/tx/unsigned.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 """
 """
 proto.eth.tx.unsigned: Ethereum unsigned transaction class
 proto.eth.tx.unsigned: Ethereum unsigned transaction class

+ 2 - 2
mmgen/proto/ltc/params.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 """
 """
 proto.ltc.params: Litecoin protocol
 proto.ltc.params: Litecoin protocol

+ 2 - 2
mmgen/proto/secp256k1/keygen.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 """
 """
 proto.secp256k1.keygen: secp256k1 public key generation backends for the MMGen suite
 proto.secp256k1.keygen: secp256k1 public key generation backends for the MMGen suite

+ 2 - 2
mmgen/proto/xmr/addrgen.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 """
 """
 proto.xmr.addrgen: Monero address generation class for the MMGen suite
 proto.xmr.addrgen: Monero address generation class for the MMGen suite

+ 2 - 2
mmgen/proto/xmr/daemon.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 """
 """
 proto.xmr.daemon: Monero base protocol daemon classes
 proto.xmr.daemon: Monero base protocol daemon classes

+ 2 - 2
mmgen/proto/xmr/keygen.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 """
 """
 proto.xmr.keygen: Monero public key generation backends for the MMGen suite
 proto.xmr.keygen: Monero public key generation backends for the MMGen suite

+ 2 - 2
mmgen/proto/xmr/params.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 """
 """
 proto.xmr.params: Monero protocol
 proto.xmr.params: Monero protocol

+ 2 - 2
mmgen/proto/xmr/rpc.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 """
 """
 proto.xmr.rpc: Monero base protocol RPC client class
 proto.xmr.rpc: Monero base protocol RPC client class

+ 2 - 2
mmgen/proto/zec/addrgen.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 """
 """
 proto.zec.addrgen: Zcash-Z address generation class for the MMGen suite
 proto.zec.addrgen: Zcash-Z address generation class for the MMGen suite

+ 2 - 2
mmgen/proto/zec/keygen.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 """
 """
 proto.zec.keygen: Zcash-Z public key generation backend for the MMGen suite
 proto.zec.keygen: Zcash-Z public key generation backend for the MMGen suite

+ 2 - 2
mmgen/proto/zec/params.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 """
 """
 proto.zec.params: Zcash protocol
 proto.zec.params: Zcash protocol

+ 2 - 2
mmgen/pyversion.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 """
 """
 pyversion: Python version string operations
 pyversion: Python version string operations

+ 2 - 2
mmgen/test.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 """
 """
 test: functions required by the MMGen test suite
 test: functions required by the MMGen test suite

+ 2 - 2
mmgen/tw/addresses.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 """
 """
 tw.addresses: Tracking wallet listaddresses class for the MMGen suite
 tw.addresses: Tracking wallet listaddresses class for the MMGen suite

+ 2 - 2
mmgen/tw/json.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 """
 """
 tw.json: export and import tracking wallet to JSON format
 tw.json: export and import tracking wallet to JSON format

+ 2 - 2
mmgen/tw/prune.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 """
 """
 tw.prune: Tracking wallet pruned listaddresses class for the MMGen suite
 tw.prune: Tracking wallet pruned listaddresses class for the MMGen suite

+ 2 - 2
mmgen/tw/rpc.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 """
 """
 tw.rpc: Tracking wallet RPC class for the MMGen suite
 tw.rpc: Tracking wallet RPC class for the MMGen suite

+ 2 - 2
mmgen/tw/shared.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 """
 """
 tw.shared: classes and functions shared by all tracking wallet classes
 tw.shared: classes and functions shared by all tracking wallet classes

+ 2 - 2
mmgen/tw/txhistory.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 """
 """
 tw.txhistory: Tracking wallet transaction history class for the MMGen suite
 tw.txhistory: Tracking wallet transaction history class for the MMGen suite

+ 2 - 2
mmgen/tx/__init__.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 """
 """
 tx.__init__: transaction class initializer
 tx.__init__: transaction class initializer

+ 2 - 2
mmgen/tx/base.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 """
 """
 tx.base: base transaction class
 tx.base: base transaction class

+ 2 - 2
mmgen/tx/bump.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 """
 """
 tx.bump: transaction bump class
 tx.bump: transaction bump class

+ 2 - 2
mmgen/tx/completed.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 """
 """
 tx.completed: completed transaction class
 tx.completed: completed transaction class

+ 2 - 2
mmgen/tx/info.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 """
 """
 tx.info: transaction info class
 tx.info: transaction info class

+ 2 - 2
mmgen/tx/new.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 """
 """
 tx.new: new transaction class
 tx.new: new transaction class

+ 2 - 2
mmgen/tx/online.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 """
 """
 tx.online: online signed transaction class
 tx.online: online signed transaction class

+ 2 - 2
mmgen/tx/signed.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 """
 """
 tx.signed: signed transaction class
 tx.signed: signed transaction class

+ 2 - 2
mmgen/tx/status.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 """
 """
 tx.status: transaction status class
 tx.status: transaction status class

+ 2 - 2
mmgen/tx/unsigned.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 """
 """
 tx.unsigned: unsigned transaction class
 tx.unsigned: unsigned transaction class

+ 2 - 2
mmgen/ui.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 """
 """
 ui: Interactive user interface functions for the MMGen suite
 ui: Interactive user interface functions for the MMGen suite

+ 2 - 2
mmgen/util2.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 """
 """
 util2: Less frequently-used variables, classes and utility functions for the MMGen suite
 util2: Less frequently-used variables, classes and utility functions for the MMGen suite

+ 2 - 2
mmgen/wallet/__init__.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 """
 """
 wallet.__init__: wallet class initializer
 wallet.__init__: wallet class initializer

+ 2 - 2
mmgen/wallet/base.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 """
 """
 wallet.base: wallet base class
 wallet.base: wallet base class

+ 2 - 2
mmgen/wallet/bip39.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 """
 """
 wallet.bip39: BIP39 mnemonic wallet class
 wallet.bip39: BIP39 mnemonic wallet class

+ 2 - 2
mmgen/wallet/brain.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 """
 """
 wallet.brain: brainwallet wallet class
 wallet.brain: brainwallet wallet class

+ 2 - 2
mmgen/wallet/dieroll.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 """
 """
 wallet.dieroll: dieroll wallet class
 wallet.dieroll: dieroll wallet class

+ 2 - 2
mmgen/wallet/enc.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 """
 """
 wallet.enc: encrypted wallet base class
 wallet.enc: encrypted wallet base class

+ 2 - 2
mmgen/wallet/incog.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 """
 """
 wallet.incog: incognito wallet class
 wallet.incog: incognito wallet class

+ 2 - 2
mmgen/wallet/incog_base.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 """
 """
 wallet.incog_base: incognito wallet base class
 wallet.incog_base: incognito wallet base class

+ 2 - 2
mmgen/wallet/incog_hex.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 """
 """
 wallet.incog_hex: hexadecimal incognito wallet class
 wallet.incog_hex: hexadecimal incognito wallet class

+ 2 - 2
mmgen/wallet/incog_hidden.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 """
 """
 wallet.incog_hidden: hidden incognito wallet class
 wallet.incog_hidden: hidden incognito wallet class

+ 2 - 2
mmgen/wallet/mmgen.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 """
 """
 wallet.mmgen: MMGen native wallet class
 wallet.mmgen: MMGen native wallet class

+ 2 - 2
mmgen/wallet/mmhex.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 """
 """
 wallet.mmhex: MMGen hexadecimal file wallet class
 wallet.mmhex: MMGen hexadecimal file wallet class

+ 2 - 2
mmgen/wallet/mnemonic.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 """
 """
 wallet.mnemonic: MMGen mnemonic wallet base class
 wallet.mnemonic: MMGen mnemonic wallet base class

+ 2 - 2
mmgen/wallet/plainhex.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 """
 """
 wallet.plainhex: plain hexadecimal wallet class
 wallet.plainhex: plain hexadecimal wallet class

+ 2 - 2
mmgen/wallet/seed.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 """
 """
 wallet.seed: seed file wallet class
 wallet.seed: seed file wallet class

+ 2 - 2
mmgen/wallet/unenc.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 """
 """
 wallet.unenc: unencrypted wallet base class
 wallet.unenc: unencrypted wallet base class

+ 2 - 2
mmgen/wallet/words.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 """
 """
 wallet.words: MMGen mnemonic wallet class
 wallet.words: MMGen mnemonic wallet class

+ 2 - 2
scripts/exec_wrapper.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 """
 """
 scripts/exec_wrapper.py: wrapper to launch MMGen scripts in a testing environment
 scripts/exec_wrapper.py: wrapper to launch MMGen scripts in a testing environment

+ 2 - 2
setup.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 import os,platform
 import os,platform
 from pathlib import Path
 from pathlib import Path

+ 2 - 2
test/cmdtest_py_d/cfg.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 """
 """
 test.cmdtest_py_d.cfg: configuration data for cmdtest.py
 test.cmdtest_py_d.cfg: configuration data for cmdtest.py

+ 1 - 1
test/cmdtest_py_d/ct_cfgfile.py

@@ -3,7 +3,7 @@
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
 # Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
 # Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
 #
 #
-# Project source code repository: https://github.com/mmgen/mmgen
+# Project source code repository: https://github.com/mmgen/mmgen-wallet
 # Licensed according to the terms of GPL Version 3.  See LICENSE for details.
 # Licensed according to the terms of GPL Version 3.  See LICENSE for details.
 
 
 """
 """

+ 1 - 1
test/cmdtest_py_d/ct_input.py

@@ -3,7 +3,7 @@
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
 # Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
 # Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
 #
 #
-# Project source code repository: https://github.com/mmgen/mmgen
+# Project source code repository: https://github.com/mmgen/mmgen-wallet
 # Licensed according to the terms of GPL Version 3.  See LICENSE for details.
 # Licensed according to the terms of GPL Version 3.  See LICENSE for details.
 
 
 """
 """

+ 1 - 1
test/cmdtest_py_d/ct_opts.py

@@ -3,7 +3,7 @@
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
 # Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
 # Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
 #
 #
-# Project source code repository: https://github.com/mmgen/mmgen
+# Project source code repository: https://github.com/mmgen/mmgen-wallet
 # Licensed according to the terms of GPL Version 3.  See LICENSE for details.
 # Licensed according to the terms of GPL Version 3.  See LICENSE for details.
 
 
 """
 """

+ 1 - 1
test/cmdtest_py_d/ct_tool.py

@@ -3,7 +3,7 @@
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
 # Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
 # Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
 #
 #
-# Project source code repository: https://github.com/mmgen/mmgen
+# Project source code repository: https://github.com/mmgen/mmgen-wallet
 # Licensed according to the terms of GPL Version 3.  See LICENSE for details.
 # Licensed according to the terms of GPL Version 3.  See LICENSE for details.
 
 
 """
 """

+ 2 - 2
test/cmdtest_py_d/ct_xmr_autosign.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 
 
 """
 """

+ 1 - 1
test/cmdtest_py_d/input.py

@@ -3,7 +3,7 @@
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
 # Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
 # Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
 #
 #
-# Project source code repository: https://github.com/mmgen/mmgen
+# Project source code repository: https://github.com/mmgen/mmgen-wallet
 # Licensed according to the terms of GPL Version 3.  See LICENSE for details.
 # Licensed according to the terms of GPL Version 3.  See LICENSE for details.
 
 
 """
 """

+ 2 - 2
test/include/coin_daemon_control.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 """
 """
 test.include.coin_daemon_control: Start and stop daemons for the MMGen test suite
 test.include.coin_daemon_control: Start and stop daemons for the MMGen test suite

+ 2 - 2
test/include/test_init.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 """
 """
 test.include.test_init: Initialization module for test scripts
 test.include.test_init: Initialization module for test scripts

+ 2 - 2
test/overlay/__init__.py

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 """
 """
 test.overlay.__init__: Initialize the MMGen test suite overlay tree
 test.overlay.__init__: Initialize the MMGen test suite overlay tree

+ 2 - 2
test/test-release.d/cfg.sh

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 all_tests="dep lint obj color unit hash ref altref altgen xmr eth autosign btc btc_tn btc_rt bch bch_tn bch_rt ltc ltc_tn ltc_rt tool tool2 gen alt"
 all_tests="dep lint obj color unit hash ref altref altgen xmr eth autosign btc btc_tn btc_rt bch bch_tn bch_rt ltc ltc_tn ltc_rt tool tool2 gen alt"
 
 

+ 2 - 2
test/test-release.sh

@@ -5,8 +5,8 @@
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:
-#   https://github.com/mmgen/mmgen
-#   https://gitlab.com/mmgen/mmgen
+#   https://github.com/mmgen/mmgen-wallet
+#   https://gitlab.com/mmgen/mmgen-wallet
 
 
 # Tested on Linux, Armbian, Raspbian, MSYS2
 # Tested on Linux, Armbian, Raspbian, MSYS2