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
Describe the bug bombay-11 wasm tax deduction events are not emitted. It should be received in https://github.com/terra-money/core/blob/4f37d369ed60f60046724fa0e91f970bd1a8a027/x/wasm/keeper/connector.go#L136
bombay-11
and passed here https://github.com/terra-money/core/blob/4f37d369ed60f60046724fa0e91f970bd1a8a027/x/wasm/keeper/connector.go#L157
To Reproduce Send UST from a contract to other account.
Context & versions v0.5.3 and v0.5.4
(if applicable) suggested solution append tax events to dispatchMessage response
The text was updated successfully, but these errors were encountered:
yun-yeo
Successfully merging a pull request may close this issue.
Describe the bug
bombay-11
wasm tax deduction events are not emitted.It should be received in https://github.com/terra-money/core/blob/4f37d369ed60f60046724fa0e91f970bd1a8a027/x/wasm/keeper/connector.go#L136
and passed here
https://github.com/terra-money/core/blob/4f37d369ed60f60046724fa0e91f970bd1a8a027/x/wasm/keeper/connector.go#L157
To Reproduce
Send UST from a contract to other account.
Context & versions
v0.5.3 and v0.5.4
(if applicable) suggested solution
append tax events to dispatchMessage response
The text was updated successfully, but these errors were encountered: