Skip to content

Commit c7e9c56

Browse files
author
Adrian Nagy
committed
fix(wasm): fix missing field
1 parent d592c3a commit c7e9c56

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

node/web/src/node/builder.rs

Lines changed: 1 addition & 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+
client_port: None,
231232
},
232233
p2p: P2pConfig {
233234
libp2p_port: None,

0 commit comments

Comments
 (0)