Fixed zmq value.

This commit is contained in:
Just Wonder 2020-01-31 15:30:51 -08:00
parent 5472bdf51a
commit ebe3e26bff

View File

@ -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);