Skip to content

Commit e027f7e

Browse files
committed
change mainnet addresses to start with MWC
1 parent c3f072d commit e027f7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/crypto.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use common::{ErrorKind, Result};
77
use sha2::{Digest, Sha256};
88
use std::fmt::Write;
99

10-
pub const GRINBOX_ADDRESS_VERSION_MAINNET: [u8; 2] = [1, 12];
10+
pub const GRINBOX_ADDRESS_VERSION_MAINNET: [u8; 2] = [31, 103];
1111
pub const GRINBOX_ADDRESS_VERSION_TESTNET: [u8; 2] = [1, 121];
1212

1313
pub trait Hex<T> {

0 commit comments

Comments
 (0)