Skip to content

Commit dab0ca3

Browse files
committed
prune null
1 parent 0a6d1f6 commit dab0ca3

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

startos/dependencies.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export const setDependencies = sdk.setupDependencies(async ({ effects }) => {
99
input: {
1010
kind: 'partial',
1111
value: {
12-
prune: undefined,
12+
prune: null,
1313
txindex: true,
1414
},
1515
},

startos/versions/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { VersionGraph } from '@start9labs/start-sdk'
2-
import { v_3_2_1_8_b5 } from './v3.2.1.8.b5'
2+
import { v_3_2_1_8_b6 } from './v3.2.1.8.b6'
33

44
export const versionGraph = VersionGraph.of({
5-
current: v_3_2_1_8_b5,
5+
current: v_3_2_1_8_b6,
66
other: [],
77
})
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import { IMPOSSIBLE, VersionInfo, YAML } from '@start9labs/start-sdk'
22
import { readFile, rm } from 'fs/promises'
33
import { configJson } from '../file-models/mempool-config.json'
44

5-
export const v_3_2_1_8_b5 = VersionInfo.of({
6-
version: '3.2.1:8-beta.5',
5+
export const v_3_2_1_8_b6 = VersionInfo.of({
6+
version: '3.2.1:8-beta.6',
77
releaseNotes: {
88
en_US:
99
'Fixed database migration from 0.3.5.1, consolidated dependency tasks, and fixed nginx log permissions.',

0 commit comments

Comments
 (0)