Finschia / cosmwasm

Fast and reusable WebAssembly smart contract runtime(and library) for finschia-sdk.
Apache License 2.0
27 stars 14 forks source link

fix: make query-queue's entry points using entry_points #198

Closed loloicci closed 2 years ago

loloicci commented 2 years ago

Description

Before this PR, query-queues entry point does not be exposed by entry_points. It causes an error while checking this contract.

Types of changes

Checklist