Scrub privkeys from memory after done
This commit is contained in:
@@ -488,6 +488,7 @@ UniValue MarmaraLock(uint64_t txfee,int64_t amount,int32_t height)
|
||||
}
|
||||
}
|
||||
}
|
||||
memset(mypriv,0,sizeof(mypriv));
|
||||
}
|
||||
if ( inputsum >= amount+txfee )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user