Skip to content

Commit

Permalink
small refactor to trigger ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sirasistant committed Dec 11, 2024
1 parent 34b5d66 commit d29552d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ pub struct PrivateCallData {
}

impl PrivateCallData {
fn verify(self, is_first: bool) {
let proof_type = if is_first {
fn verify(self, is_first_app: bool) {
let proof_type = if is_first_app {
PROOF_TYPE_OINK
} else {
PROOF_TYPE_PG
Expand Down

0 comments on commit d29552d

Please sign in to comment.