in special cases (don't know exactly when) the results of 2 rpc-commands differ ... but should return the same result (block)
xsn-cli masternode winners 5000 | grep -E "receiving address masternode" shows a list of blocks ur node was rewarded for
xsn-cli masternodelist lastpaidblock "collateral tx + id used for masternode activation) returns not the last block the node was rewareded for ... but the one before
Expected behavior:
Both commands should return same blocknumber (what i have seen is, that the winnerlist is working correctly (last listentry is last block that was payed)... so i guess there is a bug in "lastpaidblock"-rpc-command in this case
Issue:
in special cases (don't know exactly when) the results of 2 rpc-commands differ ... but should return the same result (block)
Expected behavior:
Both commands should return same blocknumber (what i have seen is, that the winnerlist is working correctly (last listentry is last block that was payed)... so i guess there is a bug in "lastpaidblock"-rpc-command in this case