Skip to content
Snippets Groups Projects
Commit b3fe7dc5 authored by vjrj's avatar vjrj
Browse files

Update transactions

parent 8e914fc0
No related branches found
No related tags found
No related merge requests found
......@@ -321,7 +321,7 @@ Map<String, dynamic> _$TransactionsAndBalanceStateToJson(
'transactions': instance.transactions,
'balance': instance.balance,
'lastChecked': instance.lastChecked.toIso8601String(),
'lastSentNotification': instance.lastSentNotification?.toIso8601String(),
'lastSentNotification': instance.lastSentNotification.toIso8601String(),
'lastReceivedNotification':
instance.lastReceivedNotification?.toIso8601String(),
instance.lastReceivedNotification.toIso8601String(),
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment