mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 20:39:51 +00:00
CW-476 Only get Transactions of one Account on tx-history refresh (#1077)
This commit is contained in:
parent
94f256997f
commit
4bcf6162f1
2 changed files with 6 additions and 4 deletions
|
@ -55,7 +55,7 @@ void refreshTransactions() => transactionsRefreshNative();
|
|||
|
||||
int countOfTransactions() => transactionsCountNative();
|
||||
|
||||
List<TransactionInfoRow> getAllTransations() {
|
||||
List<TransactionInfoRow> getAllTransactions() {
|
||||
final size = transactionsCountNative();
|
||||
final transactionsPointer = transactionsGetAllNative();
|
||||
final transactionsAddresses = transactionsPointer.asTypedList(size);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue