diff options
author | Jon Atack <jon@atack.com> | 2024-05-12 10:57:45 -0600 |
---|---|---|
committer | Jon Atack <jon@atack.com> | 2024-05-12 11:08:30 -0600 |
commit | 4c689f7cf9f38c939416b2cda5ceea31c275b08c (patch) | |
tree | 78709b70c05933e26556edec52b2af505da9d1d2 /bip-0388 | |
parent | e7fef46177e092b2122abad86d5bd02797a7c98b (diff) |
bip-0388: make reference implementation executable
Diffstat (limited to 'bip-0388')
-rwxr-xr-x[-rw-r--r--] | bip-0388/wallet_policies.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bip-0388/wallet_policies.py b/bip-0388/wallet_policies.py index 42f615a..4cd5031 100644..100755 --- a/bip-0388/wallet_policies.py +++ b/bip-0388/wallet_policies.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python3 + from typing import Iterable, List, Mapping, Tuple, Generator |