algorand / algorand/pyteal

Getter method `byte_srt` of `Bytes`

Aperta
#369 1 commento 0 reazioni 0 assegnatari Vedi su GitHub
new-bug Team Scytale
Lingua principale
Python
Stelle
288
Fork
138
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

### 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.

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.