mirror of
https://github.com/JulianGro/overte.git
synced 2025-08-13 03:32:55 +02:00
update read for get mapping to toHex
This commit is contained in:
parent
fa04f08c4c
commit
bf8a2bc9e5
1 changed files with 1 additions and 2 deletions
|
@ -44,8 +44,7 @@ void GetMappingRequest::start() {
|
|||
// read message
|
||||
_error = error;
|
||||
if (!error) {
|
||||
//_hash = message->read(SHA256_HASH_HEX_LENGTH);
|
||||
_hash = message->readString();
|
||||
_hash = message->read(SHA256_HASH_LENGTH).toHex();
|
||||
}
|
||||
emit finished(this);
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue