time levels
This commit is contained in:
parent
10b82e080f
commit
d7b9ed4813
@ -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'),
|
||||
|
||||
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user