Skip to content

Commit 3ba6ad3

Browse files
dr-orlovskycrisdut
andauthored
Update invoice/src/lib.rs
Co-authored-by: Armando CD <[email protected]>
1 parent 0f1a632 commit 3ba6ad3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

invoice/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ mod amount;
3737

3838
pub use amount::{Amount, CoinAmount, Precision};
3939
pub use builder::RgbInvoiceBuilder;
40-
pub use invoice::{Beneficiary, InvoiceState, RgbInvoice, RgbTransport};
40+
pub use crate::invoice::{Beneficiary, InvoiceState, RgbInvoice, RgbTransport};
4141
pub use parse::{InvoiceParseError, TransportParseError};
4242

4343
pub const LIB_NAME_RGB_CONTRACT: &str = "RGBContract";

0 commit comments

Comments
 (0)