serai/processor/src
Luke Parker 75fb9b3198
Correct input/output selection
Payments weren't properly selected, as it'd drain a sequential series 
instead of the specified set, and inputs had a memory condition Rust 
couldn't prove was safe.
2022-06-09 04:34:15 -04:00
..
coins Successfully get processor to send a transaction out 2022-06-09 02:48:53 -04:00
tests Successfully get processor to send a transaction out 2022-06-09 02:48:53 -04:00
lib.rs Successfully get processor to send a transaction out 2022-06-09 02:48:53 -04:00
scanner.rs Add the bones of the processor 2022-05-26 04:36:19 -04:00
scheduler.rs Add the bones of the processor 2022-05-26 04:36:19 -04:00
wallet.rs Correct input/output selection 2022-06-09 04:34:15 -04:00