Skip to content

Commit

Permalink
back out last change to valid mainnet address
Browse files Browse the repository at this point in the history
  • Loading branch information
cgilliard committed Jun 17, 2019
1 parent e027f7e commit 6e77fd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/crypto.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use common::{ErrorKind, Result};
use sha2::{Digest, Sha256};
use std::fmt::Write;

pub const GRINBOX_ADDRESS_VERSION_MAINNET: [u8; 2] = [31, 103];
pub const GRINBOX_ADDRESS_VERSION_MAINNET: [u8; 2] = [1, 69];
pub const GRINBOX_ADDRESS_VERSION_TESTNET: [u8; 2] = [1, 121];

pub trait Hex<T> {
Expand Down

0 comments on commit 6e77fd9

Please sign in to comment.