time levels

This commit is contained in:
Peter D. Gray 2025-04-16 15:05:28 -04:00
parent 10b82e080f
commit d7b9ed4813
No known key found for this signature in database
GPG Key ID: A2DCD558C2BE5D7C
2 changed files with 4 additions and 4 deletions

View File

@ -303,7 +303,7 @@ class BitcoinMain(ChainsBase):
# see <https://github.com/bitcoin/bitcoin/blob/master/src/chainparams.cpp#L140>
ctype = 'BTC'
name = 'Bitcoin Mainnet'
ccc_min_block = 890584
ccc_min_block = 892714 # Apr 16/2025
slip132 = {
AF_CLASSIC: Slip132Version(0x0488B21E, 0x0488ADE4, 'x'),

View File

@ -2,12 +2,12 @@
//
// AUTO-generated.
//
// built: 2025-02-26
// version: 5.5.0
// built: 2025-04-15
// version: 5.4.2
//
#include <stdint.h>
// this overrides ports/stm32/fatfs_port.c
uint32_t get_fattime(void) {
return 0x5a5a28a0UL;
return 0x5a8f2880UL;
}