mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-09 12:49:23 +00:00
serai-processor-bin
Moves the coordinator loop out of serai-bitcoin-processor, completing it. Fixes a potential race condition in the message-queue regarding multiple sockets sending messages at once.
This commit is contained in:
@@ -35,7 +35,7 @@ pub(crate) fn script_pubkey_for_on_chain_output(
|
||||
)
|
||||
}
|
||||
|
||||
pub(crate) struct TxIndexTask<D: Db>(Rpc<D>);
|
||||
pub(crate) struct TxIndexTask<D: Db>(pub(crate) Rpc<D>);
|
||||
|
||||
#[async_trait::async_trait]
|
||||
impl<D: Db> ContinuallyRan for TxIndexTask<D> {
|
||||
|
||||
Reference in New Issue
Block a user