Update protocol version

This commit is contained in:
Sky Young 2018-05-17 09:38:20 -07:00
parent 210b2fbcd7
commit d45f6aecac

View File

@ -92,7 +92,7 @@ BlockService.prototype.getInfo = function(callback) {
network: self.node.network,
relayFee: 0,
version: 'flocore-5.0.0',
protocolversion: 700001,
protocolversion: 70015,
difficulty: self._header.getCurrentDifficulty()
});
};