mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-05-28 09:46:50 +00:00

* Add new ErrMissingTxOut error * Add tests for ruleError wrapping * Update consensus to use new ErrMissingTxOut type where appropriate * Add new ErrInvalidTransactionsInNewBlock error * Add wrapping tests for ErrInvalidTransactionsInNewBlock * Fix Review suggestions * Fix broken serialization(add pointer redirection)