Skip to content

Commit

Permalink
up network byte
Browse files Browse the repository at this point in the history
  • Loading branch information
SWvheerden committed Sep 11, 2024
1 parent c3eb515 commit cec2297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/src/configuration/network.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ impl Network {
// Choose a value in 'STAGE_NET_RANGE' or assign 'self.as_byte()'
Network::StageNet => self.as_byte(),
// Choose a value in 'NEXT_NET_RANGE' or assign 'self.as_byte()'
Network::NextNet => self.as_byte(),
Network::NextNet => 80,
// Choose a value in 'LOCAL_NET_RANGE' or assign 'self.as_byte()'
Network::LocalNet => self.as_byte(),
// Choose a value in 'IGOR_RANGE' or assign 'self.as_byte()'
Expand Down

0 comments on commit cec2297

Please sign in to comment.