Getter method `byte_srt` of `Bytes`
Offen
new-bug
Team Scytale
- Vorherrschende Sprache
- Python
- Sterne
- 288
- Forks
- 138
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
### Subject of the issue
Getter method `byte_srt` of `Bytes` returns a string containing quotation marks.
### Your environment
`pyteal`: 0.10.1
### Steps to reproduce
```python
Bytes('foo').byte_str
```
### Expected behaviour
```python
'foo'
```
### Actual behaviour
```python
"'foo'"
```
### Priority
Very low.
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.