mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-23 20:09:23 +00:00
swap send from stack bugfix
This commit is contained in:
parent
d582eb9062
commit
1aec70dd69
1 changed files with 1 additions and 1 deletions
|
@ -579,7 +579,7 @@ class _Step4ViewState extends ConsumerState<Step4View> {
|
||||||
time,
|
time,
|
||||||
]);
|
]);
|
||||||
|
|
||||||
final txData = results.last
|
final txData = results.first
|
||||||
as Map<String, dynamic>;
|
as Map<String, dynamic>;
|
||||||
|
|
||||||
if (!wasCancelled) {
|
if (!wasCancelled) {
|
||||||
|
|
Loading…
Reference in a new issue