Skip to content

Commit

Permalink
print contract
Browse files Browse the repository at this point in the history
  • Loading branch information
dferendo committed Apr 1, 2024
1 parent 1e49a90 commit 9a9afcd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/request.rs
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,7 @@ impl SuccinctClient {
let contract = SuccinctGateway::new(H160::from(gateway_address_bytes), client.clone());

// Submit the proof to the Succinct X API.
println!("contract: {:?}", gateway_address_bytes);
let tx: Option<TransactionReceipt> = contract
.nonce(
// succinct_proof_data.function_id.0,
Expand Down

0 comments on commit 9a9afcd

Please sign in to comment.