Fixed hash8

This commit is contained in:
MoneroOcean
2018-03-24 22:41:11 +01:00
parent ef1912684b
commit c6260c018d
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -197,7 +197,7 @@ void address_decode_integrated(const Nan::FunctionCallbackInfo<v8::Value>& info)
uint64_t prefix;
if (!tools::base58::decode_addr(input, prefix, data)) {
info.GetReturnValue().Set(Nan::Undefined());
return
return;
}
integrated_address iadr;