Commit b3e78dc
committed
refactor: Don't use global chainparams in chainstatemanager method
The chainstatemanager m_options.chainparams member variable gets its
value from the global chainparams in init.cpp. This allows
validation.cpp to only include the the kernel chainparams file.1 parent 382b692 commit b3e78dc
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
| |||
5430 | 5429 | | |
5431 | 5430 | | |
5432 | 5431 | | |
5433 | | - | |
| 5432 | + | |
5434 | 5433 | | |
5435 | 5434 | | |
5436 | 5435 | | |
| |||
0 commit comments