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:
Luke Parker
2023-07-24 15:36:35 -04:00
parent 6df1b46313
commit 5e565fa3ef
4 changed files with 44 additions and 21 deletions

7
processor/src/lib.rs Normal file
View File

@@ -0,0 +1,7 @@
mod plan;
pub use plan::*;
pub mod coins;
mod additional_key;
pub use additional_key::additional_key;