mirror of
https://github.com/aljazceru/cyphernode.git
synced 2025-12-18 05:05:12 +01:00
bitcoin conf fix, base64 decoding
This commit is contained in:
@@ -95,7 +95,7 @@ verify() {
|
||||
|
||||
# Let's create the OTS file locally from the base64
|
||||
trace "[verify] Creating /otsfiles/otsfile-$$.ots"
|
||||
echo "${base64otsfile}" > /otsfiles/otsfile-$$.ots
|
||||
echo "${base64otsfile}" | base64 -d > /otsfiles/otsfile-$$.ots
|
||||
trace "[verify] ots-cli.js verify -d ${hash} /otsfiles/otsfile-$$.ots"
|
||||
result=$(ots-cli.js verify -d ${hash} /otsfiles/otsfile-$$.ots 2>&1)
|
||||
returncode=$?
|
||||
|
||||
Reference in New Issue
Block a user