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

Method GetTxTime

src/wallet/wallet.cpp:1539–1543  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1537}
1538
1539int64_t CWalletTx::GetTxTime() const
1540{
1541 int64_t n = nTimeSmart;
1542 return n ? n : nTimeReceived;
1543}
1544
1545// Helper for producing a max-sized low-S low-R signature (eg 71 bytes)
1546// or a max-sized low-S signature (e.g. 72 bytes) if use_max_sig is true

Callers 3

WalletTxToJSONFunction · 0.80
MakeWalletTxFunction · 0.80
MakeWalletTxOutFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected