Fullnode::new() - provide FullnodeConfig as a ref
This commit is contained in:
@ -271,7 +271,7 @@ fn main() {
|
||||
cluster_entrypoint
|
||||
.map(|i| NodeInfo::new_entry_point(&i))
|
||||
.as_ref(),
|
||||
fullnode_config,
|
||||
&fullnode_config,
|
||||
);
|
||||
|
||||
if !no_signer {
|
||||
|
Reference in New Issue
Block a user