mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-02-04 11:14:16 +00:00
Fixed zmq value.
This commit is contained in:
parent
5472bdf51a
commit
ebe3e26bff
@ -216,7 +216,7 @@ bool CZMQPublishKevaNotifier::NotifyKeva(const CTransactionRef &ptx, unsigned in
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (value.size() > 0) {
|
if (value.size() > 0) {
|
||||||
entry.pushKV("value", key);
|
entry.pushKV("value", value);
|
||||||
}
|
}
|
||||||
|
|
||||||
std::string data = entry.write(0, 0);
|
std::string data = entry.write(0, 0);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user