Skip to content

Commit 7090530

Browse files
committed
f More docs on timestamp
1 parent a34135c commit 7090530

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/payment/store.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ pub enum ConfirmationStatus {
431431
block_hash: BlockHash,
432432
/// The height under which the block was confirmed.
433433
height: u32,
434-
/// The time at which the block was confirmed.
434+
/// The timestamp, in seconds since start of the UNIX epoch, when this entry was last updated.
435435
timestamp: u64,
436436
},
437437
/// The transaction is unconfirmed.

0 commit comments

Comments
 (0)