This code is running on Chainstrike Notary Node and fixes the bug where nodes do not sync with the network notarization data. txn_count was never initialized and happened to always be zero, which skipped important code 😿
NOTE: Notarization data is not instantly available when a node starts, you will need to wait until your node sees a notarization transaction for your local node data to be updated and then be visible via getinfo.
This code is running on Chainstrike Notary Node and fixes the bug where nodes do not sync with the network notarization data.
txn_count
was never initialized and happened to always be zero, which skipped important code 😿Example happy debug.log lines:
Example happy getinfo:
NOTE: Notarization data is not instantly available when a node starts, you will need to wait until your node sees a notarization transaction for your local node data to be updated and then be visible via getinfo.