Monero Processor scan, check_for_eventuality_resolutions

This commit is contained in:
Luke Parker
2024-09-13 05:11:07 -04:00
parent b4e94f3d51
commit 947e1067d9
7 changed files with 44 additions and 296 deletions

View File

@@ -83,7 +83,7 @@ impl scheduler::SignableTransaction for SignableTransaction {
pub(crate) struct Eventuality {
id: [u8; 32],
singular_spent_output: Option<OutputId>,
eventuality: MEventuality,
pub(crate) eventuality: MEventuality,
}
impl primitives::Eventuality for Eventuality {