wharfkit / contract

Access table data, create actions, and retrieve types for Antelope-based Smart Contracts
https://wharfkit.com
Other
1 stars 1 forks source link

The `scope` here needs to be passed as `defaultScope` to the `Table` class. #56

Closed aaroncox closed 10 months ago

aaroncox commented 10 months ago

The scope parameter is being passed in and nothing is being done with it.

https://github.com/wharfkit/contract/blob/22d5f7b37b5b0ed5b8cbbe4428e263c19ecd128e/src/contract.ts#L76-L87