mirror of
https://github.com/aljazceru/cyphernode.git
synced 2026-02-03 19:54:28 +01:00
Standardized replaceable instead of is_replaceable in json
This commit is contained in:
@@ -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})\","
|
||||
|
||||
Reference in New Issue
Block a user