mirror of
https://github.com/bitcoin/bips.git
synced 2026-02-23 15:38:22 +00:00
Add BIP327: MuSig2 for BIP340-compatible Multi-Signatures
This commit is contained in:
8
bip-0327/tests.sh
Executable file
8
bip-0327/tests.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
cd "$(dirname "$0")"
|
||||
mypy --no-error-summary reference.py
|
||||
python3 reference.py
|
||||
python3 gen_vectors_helper.py > /dev/null
|
||||
Reference in New Issue
Block a user