Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consensus Integration #1467

Merged
merged 23 commits into from
Apr 20, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove println..
  • Loading branch information
asonnino committed Apr 19, 2022
commit 923995b41471411010da4f4e2bcb8ba59789ac30
1 change: 0 additions & 1 deletion sui_core/src/unit_tests/consensus_adapter_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ async fn submit_transaction_to_consensus() {
tokio::task::yield_now().await;
let consensus_transaction = ConsensusTransaction::UserTransaction(certificate);
let result = submitter.submit(&consensus_transaction).await;
println!("{:?}", result);
assert!(result.is_ok());

// Ensure the consensus node got the transaction.
Expand Down