Skip to content

Commit 5ff101d

Browse files
committed
Reduce visibility of receiver error
Relevant errors are exported at the top of this file. The error submodule file doesnt need to be exported to the entire crate.
1 parent 2851a71 commit 5ff101d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

payjoin/src/receive/v2/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ use crate::receive::{parse_payload, InputPair};
2525
use crate::uri::ShortId;
2626
use crate::{IntoUrl, IntoUrlError, Request};
2727

28-
pub(crate) mod error;
28+
mod error;
2929

3030
const SUPPORTED_VERSIONS: &[usize] = &[1, 2];
3131

0 commit comments

Comments
 (0)