Skip to content
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
A0-1068 Review part 2
  • Loading branch information
Marcin-Radecki committed Jan 2, 2023
commit 84acedacdf87d514fbfe2aee0da0e66b3384ff4a
2 changes: 1 addition & 1 deletion aleph-client/src/connections.rs
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ impl SignedConnection {
}
/// Send a transaction to a chain. It waits for a given tx `status`.
/// * `tx` - encoded transaction payload
/// * `status` - tx status
/// * `status` - a [`TxStatus`] for a tx to wait for
/// # Returns
/// Block hash of block where transaction was put or error
/// # Examples
Expand Down