Skip to content

Commit 4b91057

Browse files
committed
move config sample file
Signed-off-by: noelwei <[email protected]>
1 parent 904b97b commit 4b91057

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

zkvm-prover/bin/src/zk_circuits_handler.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ fn default_cups() -> u64 {
3131
100
3232
}
3333

34-
#[derive(Serialize, Deserialize, Clone)]
34+
#[derive(Serialize, Deserialize, Clone, Debug)]
3535
pub struct RpcConfig {
3636
#[serde(alias = "endpoint")]
3737
pub rpc_url: String,

0 commit comments

Comments
 (0)