ui: Use coin tickers as wallet keys in json/wallets

This commit is contained in:
tecnovert
2022-07-25 22:56:14 +02:00
parent 18a444b071
commit cd5af7032f
15 changed files with 58 additions and 40 deletions

View File

@@ -104,7 +104,7 @@ class Test(unittest.TestCase):
data = {
'addr_from': '-1',
'coin_from': '1',
'coin_from': 'PART',
'coin_to': '2',
'amt_from': '1',
'amt_to': '1',