From 93e1ac5cf29190678e80359a007f959fa7a90ba4 Mon Sep 17 00:00:00 2001 From: The MMGen Project Date: Thu, 12 Jan 2023 10:51:12 +0000 Subject: [PATCH] tiny fix; update links in README --- README.md | 16 +++++++++------- mmgen/data/version | 2 +- mmgen/proto/btc/tx/new.py | 2 +- 3 files changed, 11 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 8b3f9274..19b609ce 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# MMGen = Multi-Mode GENerator +# MMGen Wallet ##### An online/offline cryptocurrency wallet for the command line @@ -169,16 +169,18 @@ Linux, Armbian, Raspbian, Windows/MSYS2 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -[**Forum**][4] | -[Reddit][0] | -[PGP Public Keys][5] | -Donate (BTC,BCH): 15TLdmi5NYLdqmtCqczUs5pBPkJDXRs83w +Homepage: +[I2P](http://mmgen-wallet.i2p) | +[Tor](http://mmgen55rtcahqfp2hn3v7syqv2wqanks5oeezqg3ykwfkebmouzjxlad.onion) +[Keybase](https://keybase.io/mmgen) | +[Reddit](https://www.reddit.com/user/mmgen-py) | +[Bitcointalk](https://bitcointalk.org/index.php?topic=567069.new#new) +[PGP Signing Key][5]: 5C84 CB45 AEE2 250F 31A6 A570 3F8B 1861 E32B 7DA2 +Donate (BTC,BCH): *15TLdmi5NYLdqmtCqczUs5pBPkJDXRs83w* -[0]: https://www.reddit.com/user/mmgen-py [1]: https://github.com/mmgen/mmgen/wiki/Install-MMGen-on-Microsoft-Windows [2]: https://github.com/mmgen/mmgen/wiki/Install-MMGen-on-Linux [3]: https://github.com/mmgen/mmgen/wiki/Getting-Started-with-MMGen -[4]: https://bitcointalk.org/index.php?topic=567069.0 [5]: https://github.com/mmgen/mmgen/wiki/MMGen-Signing-Keys [6]: https://github.com/mmgen/mmgen/wiki/MMGen-command-help [7]: http://bitcoinmagazine.com/8396/deterministic-wallets-advantages-flaw/ diff --git a/mmgen/data/version b/mmgen/data/version index b8929122..34643c32 100644 --- a/mmgen/data/version +++ b/mmgen/data/version @@ -1 +1 @@ -13.3.dev32 +13.3.dev33 diff --git a/mmgen/proto/btc/tx/new.py b/mmgen/proto/btc/tx/new.py index a28daa8d..5fd08332 100755 --- a/mmgen/proto/btc/tx/new.py +++ b/mmgen/proto/btc/tx/new.py @@ -121,7 +121,7 @@ class New(Base,TxBase.New): 'txid': e.txid, 'vout': e.vout, 'sequence': e.sequence - } for n,e in enumerate(self.inputs) ] + } for e in self.inputs ] outputs_dict = {e.addr:e.amt for e in self.outputs}