fix sql row deserialization for transaction

This commit is contained in:
DSeeLP 2025-04-17 19:20:21 +02:00
parent b5635559f3
commit a159fa42c2

View File

@ -20,7 +20,7 @@ fn full_transaction_from_row(row: Row) -> FullTransaction {
"from_user_id", "from_user_id",
"from_user_name", "from_user_name",
"from_account_id", "from_account_id",
"to_account_name", "from_account_name",
), ),
to: participant_from_row( to: participant_from_row(
&row, &row,