File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 ( ) ,
You can’t perform that action at this time.
0 commit comments