Add note on xpop gen timeout

This commit is contained in:
Wietse Wind
2023-10-04 11:14:24 +02:00
parent 4925cc6e06
commit 7ab02c6c88

View File

@@ -59,6 +59,10 @@ const onTransaction = async ({
})
)
}, 500)
// ^^ To check: is this enough? If e.g. retrieving the ledger info
// would take longer this may not be enough. Best solution:
// make this await the ledger fetching calls.
// Dirty: extend to e.g. 2000.
}
})
}