Skip to content

Commit

Permalink
Increase wire byte
Browse files Browse the repository at this point in the history
  • Loading branch information
hansieodendaal committed Oct 31, 2024
1 parent ff17e52 commit 0308937
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 @@ -106,7 +106,7 @@ impl Network {
// Choose a value in 'IGOR_RANGE' or assign 'self.as_byte()'
Network::Igor => self.as_byte(),
// Choose a value in 'ESMERALDA_RANGE' or assign 'self.as_byte()'
Network::Esmeralda => 201,
Network::Esmeralda => 202,
};
// The reserved wire byte for liveness ('LIVENESS_WIRE_MODE') is defined in another module, which is not
// accessible from here.
Expand Down

0 comments on commit 0308937

Please sign in to comment.