Skip to content

Commit

Permalink
Add TODO for GER data
Browse files Browse the repository at this point in the history
  • Loading branch information
Nashtare committed Sep 17, 2024
1 parent 235d3f3 commit 5305504
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions zero/src/rpc/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,13 @@ where
} else {
None
},
ger_data: if cfg!(feature = "cdk_erigon") {
// TODO: https://github.com/0xPolygonZero/zk_evm/issues/565
// Retrieve the actual GER data from `cdk-erigon`.
None
} else {
None
},
};
Ok(other_data)
}

0 comments on commit 5305504

Please sign in to comment.