mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-08 11:16:51 +00:00
fix test failure
This commit is contained in:
@@ -18,6 +18,7 @@ ripple::Buffer
|
||||
generatePlaceholderCiphertext()
|
||||
{
|
||||
Buffer buf(ecGamalEncryptedTotalLength);
|
||||
std::memset(buf.data(), 0, ecGamalEncryptedTotalLength);
|
||||
|
||||
buf.data()[0] = 0x02;
|
||||
buf.data()[ecGamalEncryptedLength] = 0x02;
|
||||
|
||||
Reference in New Issue
Block a user