Skip to content

Commit

Permalink
chore: set protocol version
Browse files Browse the repository at this point in the history
  • Loading branch information
pankcuf committed Dec 8, 2023
1 parent d2146e5 commit be5fdb7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ impl ChainType {

pub fn protocol_version(&self) -> u32 {
match self {
ChainType::MainNet => 70228,
ChainType::MainNet => 70230,
ChainType::TestNet => 70230,
ChainType::DevNet(_) => 70230
}
Expand Down

0 comments on commit be5fdb7

Please sign in to comment.