Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
script: fix case-sensitive symbol lookup
Symbols in Daedalus-scripts are case-insensitive. The const version of `script::find_symbol_by_name` did not correctly perform string normalization before accessing the underlying hash map.
- Loading branch information