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 Nov 30, 2021. It is now read-only.
System info: [Include Ethermint commit, operating system name, and other relevant details]
there are format errors in String() of QueryETHLogs. The result of QueryETHLogs.String() will show the pointer of ethtypes.Log as the member in the slice.
Expected behavior: [What you expected to happen]
QueryETHLogs.Logs should be converted into string with the value of them instead of the pointers. Actual behavior: [What actually happened] Additional info: [Include gist of relevant config, logs, etc.]
The text was updated successfully, but these errors were encountered:
System info: [Include Ethermint commit, operating system name, and other relevant details]
there are format errors in String() of QueryETHLogs. The result of QueryETHLogs.String() will show the pointer of ethtypes.Log as the member in the slice.
Steps to reproduce:
Print the result of the above function:
Expected behavior: [What you expected to happen]
QueryETHLogs.Logs should be converted into string with the value of them instead of the pointers.
Actual behavior: [What actually happened]
Additional info: [Include gist of relevant config, logs, etc.]
The text was updated successfully, but these errors were encountered: