mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 20:29:23 +00:00
Correct when the Processor starts using the first key
It waited for CONFIRMATIONS + 1 confirmations, instead of CONFIRMATIONS confirmations. Also adds a lib interface to access the coin traits and its constants.
This commit is contained in:
7
processor/src/lib.rs
Normal file
7
processor/src/lib.rs
Normal file
@@ -0,0 +1,7 @@
|
||||
mod plan;
|
||||
pub use plan::*;
|
||||
|
||||
pub mod coins;
|
||||
|
||||
mod additional_key;
|
||||
pub use additional_key::additional_key;
|
||||
Reference in New Issue
Block a user