Standardized replaceable instead of is_replaceable in json

This commit is contained in:
kexkey
2020-08-21 09:22:40 -04:00
parent e7983c2329
commit b24c2bd36e
3 changed files with 4 additions and 4 deletions

View File

@@ -230,7 +230,7 @@ build_callback() {
if [ -n "${fee}" ]; then
data="${data}\"fees\":${fee},"
fi
data="${data}\"is_replaceable\":${is_replaceable},"
data="${data}\"replaceable\":${is_replaceable},"
if [ -n "${blocktime}" ]; then
data="${data}\"blockhash\":\"${blockhash}\","
data="${data}\"blocktime\":\"$(date -Is -d @${blocktime})\","