From 6b591c0df9e8fc0af76032aa64c4ae2b99968a90 Mon Sep 17 00:00:00 2001 From: Luke Parker Date: Sun, 8 Jan 2023 09:09:03 -0500 Subject: [PATCH] Export Timelocked so documentation for it is generated --- coins/monero/src/wallet/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coins/monero/src/wallet/mod.rs b/coins/monero/src/wallet/mod.rs index a30f6be0..11aaff41 100644 --- a/coins/monero/src/wallet/mod.rs +++ b/coins/monero/src/wallet/mod.rs @@ -19,7 +19,7 @@ pub mod address; use address::{Network, AddressType, SubaddressIndex, AddressSpec, AddressMeta, MoneroAddress}; mod scan; -pub use scan::{ReceivedOutput, SpendableOutput}; +pub use scan::{ReceivedOutput, SpendableOutput, Timelocked}; pub(crate) mod decoys; pub(crate) use decoys::Decoys;