We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48c3ec3 commit be5449aCopy full SHA for be5449a
depend/update-subtree.sh
@@ -1,4 +1,4 @@
1
#!/bin/bash
2
# This command pulls the latest updates from the master branch of the subtree and commits them in depend/secp256k1.
3
# See man git-subtree(1) for more details.
4
-git subtree pull --prefix depend/secp256k1 https://github.com/kaspanet/secp256k1.git master --squash
+git subtree pull --prefix depend/secp256k1 https://github.com/bitcoin-core/secp256k1.git master --squash
0 commit comments