Limit memo size

This commit is contained in:
Aditya Kulkarni
2018-10-26 10:19:46 -07:00
parent 4bd43bf030
commit ef04b4b888
5 changed files with 214 additions and 9 deletions

View File

@@ -615,8 +615,7 @@ void RPC::refreshTransactions() {
QString::fromStdString(it["txid"]),
it["amount"].get<json::number_float_t>() + fee,
it["confirmations"].get<json::number_unsigned_t>(),
"", ""
};
"", "" };
txdata.push_back(tx);
}