fixed error with URL launcher

This commit is contained in:
Tanner Silva 2021-02-03 05:47:59 -06:00
parent d1c7c99279
commit 12d3c03a1b

View file

@ -96,7 +96,7 @@ abstract class TradeDetailsViewModelBase with Store {
title: "Track",
value: "https://changenow.io/exchange/txs/${trade.id.toString()}",
onTap: () {
launch("https://www.blockchain.com/btc/tx/${tx.id}");
launch("https://changenow.io/exchange/txs/${trade.id.toString()}");
}));
}