tiny fix; update links in README

This commit is contained in:
The MMGen Project 2023-01-12 10:51:12 +00:00
commit 93e1ac5cf2
Signed by: mmgen
GPG key ID: 3F8B1861E32B7DA2
3 changed files with 11 additions and 9 deletions

View file

@ -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/

View file

@ -1 +1 @@
13.3.dev32
13.3.dev33

View file

@ -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}