mirror of
https://github.com/muun/recovery.git
synced 2025-11-11 22:40:16 -05:00
Release v0.1.0
This commit is contained in:
3
vendor/github.com/lightninglabs/neutrino/btcd_checkout.sh
generated
vendored
Normal file
3
vendor/github.com/lightninglabs/neutrino/btcd_checkout.sh
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
git pull && git checkout $(cat go.sum | grep -A1 github.com/btcsuite/btcd | tail -n1 | awk -F " " '{ print $2 }' | awk -F "-" '{ print $3 }' | awk -F "/" '{ print $1 }')
|
||||
Reference in New Issue
Block a user