Skip to content

Commit fb1c689

Browse files
author
Adrian Nagy
committed
fix(wasm): add missing fields in web builder
1 parent 2a68df5 commit fb1c689

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

node/web/src/node/builder.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@ impl NodeBuilder {
228228
snarker: self.snarker,
229229
consensus_constants: consensus_consts.clone(),
230230
testing_run: false,
231+
is_archive: false,
231232
},
232233
p2p: P2pConfig {
233234
libp2p_port: None,
@@ -258,6 +259,7 @@ impl NodeBuilder {
258259
pool_max_size: node::daemon_json::Daemon::DEFAULT.tx_pool_max_size(),
259260
slot_tx_end: node::daemon_json::Daemon::DEFAULT.slot_tx_end(),
260261
},
262+
archive: None,
261263
};
262264

263265
// build service

0 commit comments

Comments
 (0)