Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
JayT106 committed Jan 23, 2025
1 parent 88d72c4 commit 7b95d00
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/lib/protobuf_config/src/proto/config/eth_sender.proto
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ message ETH {
optional Sender sender = 1; // required
optional GasAdjuster gas_adjuster = 2; // required
optional ETHWatch watcher = 3; // required
reserved 4;
reserved "web3_url";
reserved 4; reserved "web3_url";
}

enum ProofSendingMode {
Expand Down

0 comments on commit 7b95d00

Please sign in to comment.