Skip to content

Commit 5e871ac

Browse files
committed
Make WellKnownError public
Well known errors are required for ffi bindings and should be public
1 parent f001722 commit 5e871ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

payjoin/src/send/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ use std::str::FromStr;
1313

1414
use bitcoin::psbt::Psbt;
1515
use bitcoin::{Amount, FeeRate, Script, ScriptBuf, TxOut, Weight};
16-
pub use error::{BuildSenderError, ResponseError, ValidationError};
16+
pub use error::{BuildSenderError, ResponseError, ValidationError, WellKnownError};
1717
pub(crate) use error::{InternalBuildSenderError, InternalProposalError, InternalValidationError};
1818
use url::Url;
1919

0 commit comments

Comments
 (0)