ProvableHQ / sdk

A Software Development Kit (SDK) for Zero-Knowledge Transactions

Home Page:https://provable.tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fix: wrong check

oleh-nb opened this issue · comments

https://github.com/AleoHQ/sdk/blob/a08416fd43c6adf489d82a5729b95e42e0a96808/sdk/src/record-provider.ts#L194

Should be:

 if ("startHeight" in searchParameters && typeof searchParameters["startHeight"] == "number") {