module docstring cleanups [134 files]
This commit is contained in:
parent
21b8084b37
commit
20f4b12832
134 changed files with 186 additions and 123 deletions
|
|
@ -1,7 +1,16 @@
|
|||
#!/usr/bin/env python3
|
||||
#
|
||||
# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
|
||||
# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
|
||||
# Licensed under the GNU General Public License, Version 3:
|
||||
# https://www.gnu.org/licenses
|
||||
# Public project repositories:
|
||||
# https://github.com/mmgen/mmgen
|
||||
# https://gitlab.com/mmgen/mmgen
|
||||
|
||||
# Demonstrates use of the MMGen asyncio/aiohttp JSON-RPC interface
|
||||
# https://github.com/mmgen/mmgen
|
||||
"""
|
||||
examples.halving-calculator.py: Demonstrate use of the MMGen asyncio/aiohttp JSON-RPC interface
|
||||
"""
|
||||
|
||||
import time
|
||||
from decimal import Decimal
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue