From ef4696e297656c4ef305d2fafd20823ef2c12394 Mon Sep 17 00:00:00 2001 From: The MMGen Project Date: Fri, 12 Mar 2021 18:20:44 +0000 Subject: [PATCH] docstrings, copyright dates --- mmnode-blocks-info | 2 +- mmnode-feeview | 2 +- mmnode-halving-calculator | 2 +- mmnode-netrate | 4 ++-- mmnode-peerblocks | 4 ++-- mmnode-txfind | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/mmnode-blocks-info b/mmnode-blocks-info index d2108d4..21a9e9b 100755 --- a/mmnode-blocks-info +++ b/mmnode-blocks-info @@ -17,7 +17,7 @@ # this program. If not, see . """ -mmgen-blocks-info: Display information about a block or range of blocks +mmnode-blocks-info: Display information about a block or range of blocks """ import time,re diff --git a/mmnode-feeview b/mmnode-feeview index 85dbcb2..8e867fb 100755 --- a/mmnode-feeview +++ b/mmnode-feeview @@ -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 +# Copyright (C)2013-2021 The MMGen Project # # 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 diff --git a/mmnode-halving-calculator b/mmnode-halving-calculator index 35edb97..b191411 100755 --- a/mmnode-halving-calculator +++ b/mmnode-halving-calculator @@ -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 +# Copyright (C)2013-2021 The MMGen Project # # 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 diff --git a/mmnode-netrate b/mmnode-netrate index 8e436da..b1fb919 100755 --- a/mmnode-netrate +++ b/mmnode-netrate @@ -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 +# Copyright (C)2013-2021 The MMGen Project # # 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 . """ -mmgen-netrate: Bitcoin daemon network rate monitor +mmnode-netrate: Bitcoin daemon network rate monitor """ import time diff --git a/mmnode-peerblocks b/mmnode-peerblocks index 54496ca..87df582 100755 --- a/mmnode-peerblocks +++ b/mmnode-peerblocks @@ -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 +# Copyright (C)2013-2021 The MMGen Project # # 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 . """ -mmgen-peerblocks: List blocks in flight, disconnect stalling nodes +mmnode-peerblocks: List blocks in flight, disconnect stalling nodes """ import asyncio diff --git a/mmnode-txfind b/mmnode-txfind index b794b2e..3c7935d 100755 --- a/mmnode-txfind +++ b/mmnode-txfind @@ -17,7 +17,7 @@ # this program. If not, see . """ -mmgen-txfind: Find a transaction in the blockchain or mempool +mmnode-txfind: Find a transaction in the blockchain or mempool """ from mmgen.common import *