fix: print for explorer page

This commit is contained in:
Rafael Saes 2023-11-30 16:54:10 -03:00
parent cd6db86a6d
commit ca188b1670

View file

@ -79,7 +79,7 @@ abstract class TransactionDetailsViewModelBase with Store {
value: _explorerDescription(type),
onTap: () {
try {
print(_explorerUrl(type, tx.id));
launch(_explorerUrl(type, tx.id));
} catch (e) {}
}));