Skip to content

Commit

Permalink
Update invoice/src/lib.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Armando CD <[email protected]>
  • Loading branch information
dr-orlovsky and crisdut authored Dec 18, 2023
1 parent 0f1a632 commit 3ba6ad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion invoice/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ mod amount;

pub use amount::{Amount, CoinAmount, Precision};
pub use builder::RgbInvoiceBuilder;
pub use invoice::{Beneficiary, InvoiceState, RgbInvoice, RgbTransport};
pub use crate::invoice::{Beneficiary, InvoiceState, RgbInvoice, RgbTransport};
pub use parse::{InvoiceParseError, TransportParseError};

pub const LIB_NAME_RGB_CONTRACT: &str = "RGBContract";

0 comments on commit 3ba6ad3

Please sign in to comment.