libplanet
libplanet copied to clipboard
Codebase cleanup based on new assumption that `BlockChain<T>.Tip` is well defined
There are still unnecessary null coalescing happening in many places where BlockChain<T>.Tip could've been null (especially before BlockChain<T>.Create() was introduced). These should be cleaned up. 😗
This issue has been automatically marked as stale because it has not had recent activity. Thank you for your contributions.