| 1537 | } |
| 1538 | |
| 1539 | int64_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 |
no outgoing calls
no test coverage detected