Add a database of all Monero outs into the processor

Enables synchronous transaction creation (which requires synchronous decoy
selection).
This commit is contained in:
Luke Parker
2024-09-13 23:51:53 -04:00
parent e56af7fc51
commit 2edc2f3612
8 changed files with 457 additions and 156 deletions

View File

@@ -15,6 +15,8 @@ mod key_gen;
use crate::key_gen::KeyGenParams;
mod rpc;
use rpc::Rpc;
mod decoys;
/*
mod scheduler;
use scheduler::Scheduler;