MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / formatTxDate

Method formatTxDate

src/qt/transactiontablemodel.cpp:315–322  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

313}
314
315QString TransactionTableModel::formatTxDate(const TransactionRecord *wtx) const
316{
317 if(wtx->time)
318 {
319 return GUIUtil::dateTimeStr(wtx->time);
320 }
321 return QString();
322}
323
324/* Look up address in address book, if found return label (address)
325 otherwise just return (address)

Callers

nothing calls this directly

Calls 1

dateTimeStrFunction · 0.85

Tested by

no test coverage detected