swap send from stack bugfix

This commit is contained in:
julian 2023-03-27 11:28:18 -06:00
parent d582eb9062
commit 1aec70dd69

View file

@ -579,7 +579,7 @@ class _Step4ViewState extends ConsumerState<Step4View> {
time,
]);
final txData = results.last
final txData = results.first
as Map<String, dynamic>;
if (!wasCancelled) {