nervosnetwork / ckb

The Nervos CKB is a public permissionless blockchain, and the layer 1 of Nervos network.
https://www.nervos.org
MIT License
1.15k stars 228 forks source link

Test: remove expect in verify_mgr because process_tx may return None #4585

Closed chenyukang closed 1 month ago

chenyukang commented 1 month ago

What problem does this PR solve?

Fix error from spec CheckVmVersion2.

What is changed and how it works?

What's Changed: It's safe to skip none and don't call after_process for None returned from process_tx.

Tests

Release note

None: Exclude this PR from the release note.
eval-exec commented 1 month ago

wait #4584