mirror of
https://git.wownero.com/wownero/onion-wownero-blockchain-explorer.git
synced 2024-08-15 00:33:12 +00:00
searching tx in a given minute added corrected
This commit is contained in:
parent
53a7b381b8
commit
a5d71f7027
1 changed files with 1 additions and 1 deletions
|
@ -2402,7 +2402,7 @@ public:
|
||||||
|
|
||||||
// add 60 seconds, i.e. 1 min
|
// add 60 seconds, i.e. 1 min
|
||||||
uint64_t blk_timestamp_utc_end
|
uint64_t blk_timestamp_utc_end
|
||||||
= blk_timestamp_utc_start + 60;
|
= blk_timestamp_utc_start + 59;
|
||||||
|
|
||||||
// so try to get blocks in the timestamp range
|
// so try to get blocks in the timestamp range
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue