diff --git a/src/PaymentGate/WalletService.cpp b/src/PaymentGate/WalletService.cpp index 34aa2b9..c970d83 100644 --- a/src/PaymentGate/WalletService.cpp +++ b/src/PaymentGate/WalletService.cpp @@ -203,7 +203,7 @@ std::vector filterTransactions( } } - if (!block.transactions.empty()) { + if (!item.transactions.empty()) { result.push_back(std::move(item)); } }