bitcoin conf fix, base64 decoding

This commit is contained in:
kexkey
2019-08-09 12:38:35 -04:00
committed by kexkey
parent 9cf96097c4
commit 8fc7d0f708
3 changed files with 3 additions and 2 deletions

View File

@@ -244,6 +244,7 @@ serve_ots_verify() {
local result
local returncode
trace "[serve_ots_verify] request_ots_verify \"${hash}\" \"${base64otsfile}\""
result=$(request_ots_verify "${hash}" "${base64otsfile}")
returncode=$?
trace_rc ${returncode}