mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-11 05:04:35 +00:00
clean up
This commit is contained in:
parent
5451698b92
commit
c2db998eb2
1 changed files with 0 additions and 4 deletions
|
@ -782,10 +782,6 @@ class _TradeDetailsViewState extends ConsumerState<TradeDetailsView> {
|
||||||
final coin =
|
final coin =
|
||||||
coinFromTickerCaseInsensitive(trade.fromCurrency);
|
coinFromTickerCaseInsensitive(trade.fromCurrency);
|
||||||
|
|
||||||
print("amount: $amount");
|
|
||||||
print("address: $address");
|
|
||||||
print("coin: $coin");
|
|
||||||
|
|
||||||
Navigator.of(context).pushNamed(
|
Navigator.of(context).pushNamed(
|
||||||
SendFromView.routeName,
|
SendFromView.routeName,
|
||||||
arguments: Tuple4(
|
arguments: Tuple4(
|
||||||
|
|
Loading…
Reference in a new issue