starknet_in_rust
starknet_in_rust copied to clipboard
fix: declare tx validate entrypoint should be non-revertible
Description
All the other txs have this value to be false except for Declare tx
Checklist
- [ ] Linked to Github Issue
- [ ] Unit tests added
- [ ] Integration tests added.
- [ ] This change requires new documentation.
- [ ] Documentation has been added/updated.