algorand / algorand/pyteal

Getter method `byte_srt` of `Bytes`

Abierto
#369 1 comentario 0 reacciones 0 asignados Ver en GitHub
new-bug Team Scytale
Lenguaje dominante
Python
Estrellas
288
Forks
138
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

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

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.