Fixes #26051
Verify the best blockhash is the same after invalidating an unknown block, not the whole getchaintip response.
if we're just checking that active tip didn't change, I think a simple getbestblockhash works
if we're just checking that active tip didn't change, I think a simple getbestblockhash works
I agree. Gonna change it.
Force-pushed addressing @instagibbs's suggestion.
ACK 4f67336f1105b7c34a9e8cdafa603edc1d899fb9
I reviewed to learn what is going on.