Skip to content

Commit 88c6151

Browse files
committed
f correct fn call
1 parent 42c9914 commit 88c6151

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/integration_tests_vss.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ async fn vss_v0_schema_backwards_compatibility() {
117117
builder_new.set_chain_source_esplora(esplora_url, None);
118118

119119
let node_new = builder_new
120-
.build_with_vss_store_and_fixed_headers(
120+
.build_with_vss_store(
121121
node_entropy,
122122
vss_base_url,
123123
"".to_owned(),
@@ -155,7 +155,7 @@ async fn vss_node_restart() {
155155
builder.set_storage_dir_path(storage_path.clone());
156156
builder.set_chain_source_esplora(esplora_url.clone(), None);
157157
let node = builder
158-
.build_with_vss_store_and_fixed_headers(
158+
.build_with_vss_store(
159159
node_entropy,
160160
vss_base_url.clone(),
161161
"".to_owned(),
@@ -189,7 +189,7 @@ async fn vss_node_restart() {
189189
builder.set_chain_source_esplora(esplora_url, None);
190190

191191
let node = builder
192-
.build_with_vss_store_and_fixed_headers(
192+
.build_with_vss_store(
193193
node_entropy,
194194
vss_base_url,
195195
"".to_owned(),

0 commit comments

Comments
 (0)