Skip to content

Commit

Permalink
psbt: export all constants and traits
Browse files Browse the repository at this point in the history
Closes #134
  • Loading branch information
dr-orlovsky committed Feb 26, 2024
1 parent 87ff1bb commit 60c3d1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions psbt/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ mod rgb;
use bp::dbc::opret::OpretProof;
use bp::dbc::tapret::TapretProof;
pub use psbt::*;

Check failure on line 29 in psbt/src/lib.rs

View workflow job for this annotation

GitHub Actions / testing

multiple candidates for `rlib` dependency `psbt` found
pub use rgb::*;
use rgbstd::containers::{Batch, Fascia};
use rgbstd::{AnchorSet, XAnchor, XChain};

Expand Down

0 comments on commit 60c3d1f

Please sign in to comment.