Skip to content

Commit 20d744c

Browse files
binierakoptelov
authored andcommitted
feat: make bs58 module public
1 parent 2298bc7 commit 20d744c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mina-p2p-messages/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ pub use gossip::GossipNetMessageV1;
2828
pub use rpc::JSONifyPayloadRegistry;
2929
pub use rpc_kernel::JSONinifyPayloadReader;
3030

31-
mod b58;
31+
pub mod b58;
3232

3333
pub mod b58version {
3434
pub const LEDGER_HASH: u8 = 0x05;

0 commit comments

Comments
 (0)