We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
timestamp
1 parent a34135c commit 7090530Copy full SHA for 7090530
src/payment/store.rs
@@ -431,7 +431,7 @@ pub enum ConfirmationStatus {
431
block_hash: BlockHash,
432
/// The height under which the block was confirmed.
433
height: u32,
434
- /// The time at which the block was confirmed.
+ /// The timestamp, in seconds since start of the UNIX epoch, when this entry was last updated.
435
timestamp: u64,
436
},
437
/// The transaction is unconfirmed.
0 commit comments