From 4c689f7cf9f38c939416b2cda5ceea31c275b08c Mon Sep 17 00:00:00 2001 From: Jon Atack Date: Sun, 12 May 2024 10:57:45 -0600 Subject: bip-0388: make reference implementation executable --- bip-0388/wallet_policies.py | 2 ++ 1 file changed, 2 insertions(+) mode change 100644 => 100755 bip-0388/wallet_policies.py (limited to 'bip-0388') diff --git a/bip-0388/wallet_policies.py b/bip-0388/wallet_policies.py old mode 100644 new mode 100755 index 42f615a..4cd5031 --- 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 -- cgit v1.2.3