mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Make style right.
This commit is contained in:
@@ -263,7 +263,7 @@ bool checkECIES(void)
|
|||||||
{
|
{
|
||||||
CKey senderPriv, recipientPriv, senderPub, recipientPub;
|
CKey senderPriv, recipientPriv, senderPub, recipientPub;
|
||||||
|
|
||||||
for(int i = 0; i < 30000; ++i)
|
for (int i = 0; i < 30000; ++i)
|
||||||
{
|
{
|
||||||
if ((i % 100) == 0)
|
if ((i % 100) == 0)
|
||||||
{ // generate new keys every 100 times
|
{ // generate new keys every 100 times
|
||||||
|
|||||||
Reference in New Issue
Block a user