bnb-chain / op-geth

GNU Lesser General Public License v3.0
58 stars 47 forks source link

fix: fix StateScheme overwrite bug #220

Closed jingjunLi closed 4 days ago

jingjunLi commented 4 days ago

Description

In PR #127, while resolving merge conflicts, the return value of ParseStateScheme was unintentionally altered. This change caused the config.StateScheme variable to be consistently set to nil when passed to pbss, leading to issues in downstream operations.

Rationale

Restored the correct return value in ParseStateScheme to ensure that config.StateScheme is properly assigned and passed to pbss, restoring intended functionality.

Example

add an example CLI or API response...

Changes

Notable changes: