Skip to content

Commit

Permalink
chore: update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanchriswhite committed Nov 1, 2023
1 parent 38b9a6c commit 77c9563
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions internal/testclient/testtx/context.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ import (
// - signingKeyName: The name of the key within the keyring to use for signing.
// - expectedTx: A pointer whose value will be set to the expected transaction
// bytes (in hexadecimal format).
// - expectedTxHash: A pointer whose value will be set to the expected
// transaction hash.
// - expectedErrMsg: A pointer whose value will be set to the expected error
// message string.
//
Expand Down Expand Up @@ -125,8 +123,6 @@ func NewOneTimeErrTxTimeoutTxContext(
// - signingKeyName: The name of the key within the keyring to be used for signing.
// - expectedTx: A pointer whose value will be set to the expected transaction
// bytes (in hexadecimal format).
// - expectedTxHash: A pointer whose value will be set to the expected
// transaction hash.
// - expectedErrMsg: A pointer whose value will be set to the expected error
// message string.
//
Expand Down Expand Up @@ -194,8 +190,6 @@ func NewOneTimeErrCheckTxTxContext(
// - signingKeyName: The name of the key within the keyring used for transaction signing.
// - expectedTx: A pointer whose value will be set to the expected transaction
// bytes (in hexadecimal format).
// - expectedTxHash: A pointer whose value will be set to the expected
// transaction hash.
//
// The function operates as follows:
// 1. Constructs a base mock transaction context using the NewBaseTxContext function.
Expand Down Expand Up @@ -243,8 +237,6 @@ func NewOneTimeTxTxContext(
// - keyring: The Cosmos SDK keyring containing the available cryptographic keys.
// - expectedTx: A pointer whose value will be set to the expected transaction
// bytes (in hexadecimal format).
// - expectedTxHash: A pointer whose value will be set to the expected
// transaction hash.
// - expectedErrMsg: A pointer whose value will be set to the expected error
// message string.
//
Expand Down

0 comments on commit 77c9563

Please sign in to comment.