Description
in loadDataBase() method, the below info is incorrect.
if (acceptedEpoch < currentEpoch)
It should print:
Change the message to ("The accepted epoch, " + ZxidUtils.zxidToString(acceptedEpoch) + " is less than the current epoch, " + ZxidUtils.zxidToString(currentEpoch)