print wallets list format

This commit is contained in:
poka 2021-02-21 21:45:35 +01:00 committed by librelois
parent 03847dc96a
commit 779ffbc579
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ class MyWalletsProvider with ChangeNotifier {
// listWallets += "${element.split(':')[0]}:${element.split(':')[1]}:${element.split(':')[2]}"
});
});
print(listWallets);
return listWallets;
}