diff options
| author | Luke Hoersten <[email protected]> | 2023-01-08 12:56:06 -0600 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2023-01-08 12:56:06 -0600 |
| commit | e831ff11f332c91a4f6ddd6766d16ef93215b438 (patch) | |
| tree | eaa10f9ec36235946d847e1bc32d7a890952064a /lnd/files | |
| parent | 73282d914fc5f571de51a0fc73d5af684f3833fe (diff) | |
Updated bitcoind and lnd versions and added a lnd hex macaroon script for Zeus.
Diffstat (limited to 'lnd/files')
| -rw-r--r-- | lnd/files/lnd-hex-macaroon | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lnd/files/lnd-hex-macaroon b/lnd/files/lnd-hex-macaroon new file mode 100644 index 0000000..ef706fa --- /dev/null +++ b/lnd/files/lnd-hex-macaroon @@ -0,0 +1,3 @@ +#! /bin/bash + +xxd -ps -u -c 1000 $1 |
