We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e657113 commit 5b97050Copy full SHA for 5b97050
manifest.yaml
@@ -235,7 +235,7 @@ migrations:
235
mounts:
236
main: /root/.bitcoin
237
inject: false
238
- "=24.0.0":
+ "=24.0.0 <25.0.0":
239
type: docker
240
image: main
241
system: false
migrations/eq_23_0_0_lt_24_0_0.sh
@@ -5,7 +5,6 @@ set -ea
5
if [ $1 = "from" ]; then
6
yq -i '.advanced.peers.addnode |= map(select(.hostname != ~ or . == "*"))' /root/.bitcoin/start9/config.yaml
7
yq -i '.advanced.peers.addnode.[] |= {"hostname":., "port":~}' /root/.bitcoin/start9/config.yaml
8
- yq -i '(.advanced.mempool.mempoolfullrbf) = false' /root/.bitcoin/start9/config.yaml
9
echo '{"configured": false }'
10
exit 0
11
elif [ $1 = "to" ]; then
0 commit comments