trailing commas

This commit is contained in:
Bryan Stitt 2022-12-02 21:55:46 -08:00
parent 9101c767e3
commit 0b93cb966e

View File

@ -547,7 +547,7 @@ impl Web3Connections {
num_connection_heads,
total_conns,
consensus_head_block,
rpc_head_str
rpc_head_str,
rpc,
)
} else {
@ -560,7 +560,7 @@ impl Web3Connections {
consensus_head_block,
old_head_block,
rpc_head_str,
rpc
rpc,
);
self.save_block(&consensus_head_block.block, true)