rpc: add missing return on error when getting a tx

release-v0.4.0.1
moneromooo-monero 9 years ago
parent b7e37b7763
commit 6288295f8e
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3

@ -224,6 +224,7 @@ namespace cryptonote
if(b.size() != sizeof(crypto::hash))
{
res.status = "Failed, size of data mismatch";
return true;
}
vh.push_back(*reinterpret_cast<const crypto::hash*>(b.data()));
}

Loading…
Cancel
Save