Finally fixed the bug that was haunting me for the last week.
This commit is contained in:
@ -117,7 +117,8 @@ public class NetworkHandlerTest {
|
||||
);
|
||||
|
||||
nodeInventory.init(
|
||||
"V1Msg.payload"
|
||||
"V1Msg.payload",
|
||||
"V4Pubkey.payload"
|
||||
);
|
||||
|
||||
Future<?> future = networkHandler.synchronize(InetAddress.getLocalHost(), 6001,
|
||||
|
Reference in New Issue
Block a user