This repository was archived by the owner on Oct 16, 2024. It is now read-only.
Commit d7ab937
authored
fix python
This fixes `format_transaction`.
Prior to this fix, every call to `format_transaction` fails with
```python
TypeError: object of type 'bool' has no len()
```if syntax in format_transaction
1 parent 89eff86 commit d7ab937
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
0 commit comments