mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 20:39:51 +00:00
Fix typos
This commit is contained in:
parent
4f1235d766
commit
1fe1b2fd87
3 changed files with 7 additions and 7 deletions
|
@ -57,7 +57,7 @@ class AnyPayPayment {
|
|||
|
||||
List<String> get outAddresses {
|
||||
return instructions
|
||||
.map((instuction) => instuction.outputs.map((out) => out.address))
|
||||
.map((instruction) => instruction.outputs.map((out) => out.address))
|
||||
.expand((e) => e)
|
||||
.toList();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue