Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix rpc receivable unconfirmed and rpc.accounts_receivable_confirmed (#…
…4387) * Fix rpc.receivable_unconfirmed In RPC speak, cofnirmed is equivalent to cemented and in this case the test only check if the election is not active, which indirectly but not directly implies that the election is confirmed. But even then it is not necesarily cemented since that is an extra background step. We should check for cemented with the function nano::test:confirmed(), which is also confusing... * Also fix rpc.accounts_receivable_confirmed
- Loading branch information