Skip to content

Commit

Permalink
Make network markers public
Browse files Browse the repository at this point in the history
  • Loading branch information
brianp committed Sep 20, 2024
1 parent afcfdcf commit 2ba4f04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

mod error;
mod mnemonics;
mod network;
pub mod network;

use base58_monero::base58;
use curve25519_dalek::{constants::ED25519_BASEPOINT_TABLE, scalar::Scalar};
Expand Down

0 comments on commit 2ba4f04

Please sign in to comment.