Might want to check for forks...
I had a staking wallet that got stuck at block 390756 it appears it has forked at block 390747. Will reload the blockchain on this one.
BAD:
$ darknet-cli getblockcount
390756
$ darknet-cli getblockhash 390746
70699011048f44a66db1260f55e6c955b916d6cd6aa75afc333637db8958a554
$ darknet-cli getblockhash 390747
b286d3ac818e015f088c453ed04aec8370f3feec43a7f4b01411a74e5a61114e
GOOD (matched the masternodes stats blockhash at block 391442):
$ darknet-cli getblockhash 390746
70699011048f44a66db1260f55e6c955b916d6cd6aa75afc333637db8958a554
$ darknet-cli getblockhash 390747
b78124e31895b24df34319ac611ca3d7ba1db74fe426d690fffb5783bc893e1c
No issues with fork for me so far.