Skip to content

Commit

Permalink
Update proto/rollup/v1/tx.proto
Browse files Browse the repository at this point in the history
Co-authored-by: Nate Beauregard <[email protected]>
  • Loading branch information
joshklop and natebeauregard authored Nov 28, 2024
1 parent 720fe68 commit 00aa33e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/rollup/v1/tx.proto
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ service Msg {
// SetL1Attributes sets the l1 attributes in the L2 state.
rpc SetL1Attributes(MsgSetL1Attributes) returns (MsgSetL1AttributesResponse);

// ApplyUserDeposit defines a method for applying applying all L1 system and user deposit txs.
// ApplyUserDeposit defines a method for applying an L1 user deposit tx.
rpc ApplyUserDeposit(MsgApplyUserDeposit) returns (MsgApplyUserDepositResponse);

// InitiateWithdrawal defines a method for initiating a withdrawal from L2 to L1.
Expand Down

0 comments on commit 00aa33e

Please sign in to comment.