|
@@ -1,7 +1,7 @@
|
|
|
#!/usr/bin/env python3
|
|
|
#
|
|
|
# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
|
|
|
-# Copyright (C)2013-2020 The MMGen Project <mmgen@tuta.io>
|
|
|
+# Copyright (C)2013-2021 The MMGen Project <mmgen@tuta.io>
|
|
|
#
|
|
|
# This program is free software: you can redistribute it and/or modify it under
|
|
|
# the terms of the GNU General Public License as published by the Free Software
|
|
@@ -17,7 +17,7 @@
|
|
|
# this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
|
|
"""
|
|
|
-mmgen-peerblocks: List blocks in flight, disconnect stalling nodes
|
|
|
+mmnode-peerblocks: List blocks in flight, disconnect stalling nodes
|
|
|
"""
|
|
|
|
|
|
import asyncio
|