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

Method formatTxDate

src/qt/transactiontablemodel.cpp:341–348  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

339}
340
341QString TransactionTableModel::formatTxDate(const TransactionRecord *wtx) const
342{
343 if(wtx->time)
344 {
345 return GUIUtil::dateTimeStr(wtx->time);
346 }
347 return QString();
348}
349
350/* Look up address in address book, if found return label (address)
351 otherwise just return (address)

Callers

nothing calls this directly

Calls 1

dateTimeStrFunction · 0.85

Tested by

no test coverage detected