Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-mysten committed May 16, 2024
1 parent c103118 commit 16b5de4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/sui-graphql-rpc/src/server/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -733,8 +733,6 @@ pub mod tests {
let tx = wallet.sign_transaction(&tx_data);
let (tx_bytes, signatures) = tx.to_tx_bytes_and_signatures();

println!("TX BYTES: {:?}", tx_bytes.encoded());

let signature_base64 = &signatures[0];
let query = format!(
r#"
Expand Down

0 comments on commit 16b5de4

Please sign in to comment.