Skip to content

Commit 55a4b7e

Browse files
authored
Reduce visibility of receiver error (payjoin#639)
2 parents 6eb427b + 5ff101d commit 55a4b7e

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)