We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3f072d commit e027f7eCopy full SHA for e027f7e
src/common/crypto.rs
@@ -7,7 +7,7 @@ use common::{ErrorKind, Result};
7
use sha2::{Digest, Sha256};
8
use std::fmt::Write;
9
10
-pub const GRINBOX_ADDRESS_VERSION_MAINNET: [u8; 2] = [1, 12];
+pub const GRINBOX_ADDRESS_VERSION_MAINNET: [u8; 2] = [31, 103];
11
pub const GRINBOX_ADDRESS_VERSION_TESTNET: [u8; 2] = [1, 121];
12
13
pub trait Hex<T> {
0 commit comments