Skip to content

Commit f8c76d8

Browse files
committed
Fix only-gov docs and changelog
1 parent 805e090 commit f8c76d8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
- Fixed Script bytes mismatch false negative check [#1646]
1010
- Fixed an issue where some pool metadata were missing [#1805]
1111
- Fix: docker snapshot restoration [pr #1776]
12+
- only_gov config preset renamed to only_governance
13+
- only_governance now enables pool_stat
1214

1315
## 13.3.0.0
1416
* Support for Conway (see schema docs)

doc/configuration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ This is equivalent to setting:
142142
},
143143
"governance": "enable",
144144
"offchain_pool_data": "disable"
145-
"pool_stat": "disable"
145+
"pool_stat": "enable"
146146
147147
```
148148

0 commit comments

Comments
 (0)