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

Añadido log

parent 9b54eafe
No related branches found
No related tags found
No related merge requests found
......@@ -297,6 +297,7 @@ class _GinkgoAppState extends State<GinkgoApp> {
NodeManager().cleanErrorStats();
}, duration: const Duration(minutes: 90));
Once.runCustom('fetch_transactions', callback: () {
logger('---------- fetchTransactions via once');
fetchTransactions(context);
}, fallback: () {
logger('fetch_transactions fallback, already called');
......
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