mirror of
https://github.com/hinto-janai/cuprate.git
synced 2024-11-16 15:58:14 +00:00
fmt
This commit is contained in:
parent
78244a9d16
commit
d10b9d3f8b
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
use monero_consensus::HardFork;
|
use monero_consensus::HardFork;
|
||||||
|
|
||||||
pub static HFS_2688888_2689608: [(HardFork, HardFork); 720] = include!("./data/hfs_2688888_2689608");
|
pub static HFS_2688888_2689608: [(HardFork, HardFork); 720] =
|
||||||
|
include!("./data/hfs_2688888_2689608");
|
||||||
|
|
||||||
pub static HFS_2678808_2688888: [(HardFork, HardFork); 10080] =
|
pub static HFS_2678808_2688888: [(HardFork, HardFork); 10080] =
|
||||||
include!("./data/hfs_2678808_2688888");
|
include!("./data/hfs_2678808_2688888");
|
||||||
|
|
Loading…
Reference in a new issue