atomicals / atomicals-electrumx

Electrumx Atomicals Indexer Server
MIT License
187 stars 55 forks source link

Fix `atomicals_get_by_container_item_validation` when the container is not sealed #211

Closed wizz-wallet-dev closed 5 months ago

wizz-wallet-dev commented 5 months ago

The else condition must be missing during the refactor.

The implementation in v1.4.2: https://github.com/atomicals/atomicals-electrumx/blob/b75f5fe940c169688a21c8e1a78909b26824a638/electrumx/server/session.py#L2053-L2056