issues
search
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: fix a error message for re-entrancy
#200
Closed
loloicci
closed
2 years ago
loloicci
commented
2 years ago
Description
fix the error message for ReEntrancyError
Closes #193
Types of changes
[x] Bug fix (changes which fixes an issue)
[ ] New feature (changes which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
[ ] ETC (build, ci, docs, perf, refactor, style, test)
Checklist
[x] I followed the
contributing guidelines
.
[ ] I have updated the documentation accordingly. (not needed)
[ ] I have added tests to cover my changes. (not needed)
[x] The PR title and commits are followed
conventional commit form
.
Description
fix the error message for ReEntrancyError
Closes #193
Types of changes
Checklist