Skip to content

Commit

Permalink
Update comment about default contract hash check.
Browse files Browse the repository at this point in the history
  • Loading branch information
koxu1996 committed Jun 12, 2024
1 parent 3b52fb1 commit a639bde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kairos-server/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ pub fn app_router(state: ServerState) -> Router {
}

pub async fn run_l1_sync(config: ServerConfig, server_state: Arc<ServerStateInner>) {
// Make sure real contract hash was provided.
// Make sure default dummy value of contract hash was set.
if config.casper_contract_hash
== "0000000000000000000000000000000000000000000000000000000000000000"
{
Expand Down

0 comments on commit a639bde

Please sign in to comment.