bip374: update secp256k1.py to be executable

This commit is contained in:
Jon Atack 2024-12-28 18:13:04 -07:00
parent a261439d92
commit cce668de3c

2
bip-0374/secp256k1.py Normal file → Executable file
View File

@ -1,3 +1,5 @@
#!/usr/bin/env python3
# Copyright (c) 2022-2023 The Bitcoin Core developers
# Distributed under the MIT software license, see the accompanying
# file COPYING or http://www.opensource.org/licenses/mit-license.php.