mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-28 15:45:52 +00:00
add ref counting for cassandra callbacks
This commit is contained in:
@@ -474,7 +474,7 @@ public:
|
||||
if (next_->marker().size() == 0)
|
||||
return "";
|
||||
else
|
||||
return std::string{next_->marker().data()[0]};
|
||||
return ripple::strHex(std::string{next_->marker().data()[0]});
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user