mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-27 00:45:23 -04:00
Add support for btc network version for p2p network messages
This commit is contained in:
parent
7c4bf8680b
commit
09321c89b3
45 changed files with 199 additions and 178 deletions
|
@ -42,4 +42,7 @@ public class Version {
|
|||
// compatible.
|
||||
public static final long PROTOCOL_VERSION = 1;
|
||||
|
||||
// The version for the bitcoin network (Mainnet = 0, TestNet = 1, Regtest = 2)
|
||||
public static int NETWORK_ID;
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue