Skip to content

refactor: In functions like ListOffChainData and GetMissingBatchKeys, although defer rows.Close() is used, if QueryxContext fails, rows will be nil. Calling defer rows.Close() in this case can trigger a panic.#125

Open
RiceChuan wants to merge 1 commit into0xPolygon:mainfrom RiceChuan:main