You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.
Describe the bug
I wrote a contract, which had a view function to return a HashMap. But the first map key of the output is not wrapped by single quote(the rest are wrapped), which is not consistent and will cause inconvenience.
To Reproduce
Steps to reproduce the behavior:
Use testnet: export NODE_ENV="testnet"
Call my contract in testnet: near view fund.abliukrny.testnet get_receiver_to_fund
Expected behavior
The first map key of the output should also be wrapped by single quote.
Screenshots
Desktop (please complete the following information):
OS: MacOS Monterey
Version 12.5.1
Additional context
The text was updated successfully, but these errors were encountered:
Describe the bug
I wrote a contract, which had a view function to return a HashMap. But the first map key of the output is not wrapped by single quote(the rest are wrapped), which is not consistent and will cause inconvenience.
To Reproduce
Steps to reproduce the behavior:
export NODE_ENV="testnet"
near view fund.abliukrny.testnet get_receiver_to_fund
Expected behavior
The first map key of the output should also be wrapped by single quote.
Screenshots
Desktop (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: