Overview
Comment: | Better formatting of data from wallets |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
c77f5a51cd415b9edbebbd1455f9cebe |
User & Date: | rkeene on 2019-01-22 18:26:05 |
Other Links: | manifest | tags |
Context
2019-01-22
| ||
18:27 | Better formatting of checksums and publickeys check-in: 32a0f84a02 user: rkeene tags: trunk | |
18:26 | Better formatting of data from wallets check-in: c77f5a51cd user: rkeene tags: trunk | |
17:59 | Upgraded AES to get rid of a warning check-in: 4c806fd6da user: rkeene tags: trunk | |
Changes
Modified nano.tcl from [62c2803e15] to [40a809aa05].
︙ | |||
4052 4053 4054 4055 4056 4057 4058 | 4052 4053 4054 4055 4056 4057 4058 4059 4060 4061 4062 4063 4064 4065 4066 4067 4068 4069 4070 4071 4072 | - + - + | return $result } # Node Wallet Functions proc ::nano::wallet::decode_backup {password walletJSON} { array set walletArray [::json::json2dict $walletJSON] |
︙ |