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

@@ -33,7 +33,7 @@ impl AsMut<[u8]> for OutputId {
}
#[derive(Clone, PartialEq, Eq, Debug)]
pub(crate) struct Output(WalletOutput);
pub(crate) struct Output(pub(crate) WalletOutput);
impl Output {
pub(crate) fn new(output: WalletOutput) -> Self {