Fix testnet magic

This commit is contained in:
Sky Young 2018-05-21 13:07:22 -07:00
parent 2bed9f7ef4
commit ba20ad4a90

View File

@ -530,7 +530,7 @@ testnet.seeds = [
'testnet.oip.fun'
];
testnet.magic = 0xfdc05af2;
testnet.magic = 0xf25ac0fd;
testnet.port = 17312;