Mac build fix

This commit is contained in:
fekt
2022-10-28 00:56:40 -04:00
parent 24788c7dfe
commit a5bcfc88b6

View File

@@ -453,7 +453,7 @@ UniValue getrawtransaction(const UniValue& params, bool fHelp, const CPubKey& my
return strHex;
UniValue result(UniValue::VOBJ);
unsigned int serializeSize = GetSerializeSize(tx, SER_NETWORK, PROTOCOL_VERSION);
int serializeSize = GetSerializeSize(tx, SER_NETWORK, PROTOCOL_VERSION);
result.push_back(Pair("hex", strHex));
result.push_back(Pair("size", serializeSize));