We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We are detecting on pocketdex for the coin_received and coin_spend that the attribute amount of the events is coming as an empty string.
This is a sample of the received attribute:
[ { "key": "receiver", "value": "pokt1jv65s3grqf6v6jl3dp4t6c9t9rk99cd86emg48" }, { "key": "amount", "value": "" }, { "key": "mode", "value": "BeginBlock" } ]
This start happening once the Block Events was turn on.
https://discord.com/channels/553741558869131266/1205594535405817896/1308565755083882517
The text was updated successfully, but these errors were encountered:
bryanchriswhite
No branches or pull requests
Objective
We are detecting on pocketdex for the coin_received and coin_spend that the attribute amount of the events is coming as an empty string.
This is a sample of the received attribute:
This start happening once the Block Events was turn on.
Origin Document
https://discord.com/channels/553741558869131266/1205594535405817896/1308565755083882517
Goals
The text was updated successfully, but these errors were encountered: