mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-07 16:45:11 -04:00
improved display of encryption master key
This commit is contained in:
parent
1de31493a9
commit
a52c94d23c
1 changed files with 1 additions and 1 deletions
|
@ -489,7 +489,7 @@ static QString getSideString(uint8_t side)
|
|||
|
||||
static QString getMasterKeyString(uint8_t *key)
|
||||
{
|
||||
return QString::fromStdString(RsUtil::BinToHex(key,10));
|
||||
return QString::fromStdString(RsUtil::BinToHex(key,32,10));
|
||||
}
|
||||
|
||||
void GxsNetTunnelsDialog::updateDisplay()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue