1
0
mirror of https://github.com/bitcoin/bips.git synced 2025-01-18 05:12:47 +01:00

bip-0388: make reference implementation executable

This commit is contained in:
Jon Atack 2024-05-12 10:57:45 -06:00
parent e7fef46177
commit 4c689f7cf9

2
bip-0388/wallet_policies.py Normal file → Executable file
View File

@ -1,3 +1,5 @@
#!/usr/bin/env python3
from typing import Iterable, List, Mapping, Tuple, Generator