Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 506a0bf

Browse files
committed
Fix typo
1 parent 3fe20ca commit 506a0bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/BalsnCTF2022/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ Flag: `BALSN{safeTransferFrom_ERC20_to_ERC721}`
219219

220220
Decode `t` from the `felt` type.
221221

222-
```
222+
```python
223223
from Crypto.Util.number import long_to_bytes
224224

225225
x = 0x42414c534e7b6f032fa620b5c520ff47733c3723ebc79890c26af4
@@ -231,4 +231,4 @@ flag = long_to_bytes(x + t ** 2)
231231
print(flag)
232232
```
233233

234-
Flag: `b'BALSN{read_data_from_cairo}'`
234+
Flag: `BALSN{read_data_from_cairo}`

0 commit comments

Comments
 (0)