update read for get mapping to toHex

This commit is contained in:
Stephen Birarda 2016-03-08 10:03:29 -08:00
parent fa04f08c4c
commit bf8a2bc9e5

View file

@ -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);
});