diff --git a/pkg/proof/row_proof_test.go b/pkg/proof/row_proof_test.go index 7125b18fbc..d30afd9931 100644 --- a/pkg/proof/row_proof_test.go +++ b/pkg/proof/row_proof_test.go @@ -70,7 +70,7 @@ var root = []byte{0x82, 0x37, 0x91, 0xd2, 0x5d, 0x77, 0x7, 0x67, 0x35, 0x3, 0x90 var incorrectRoot = bytes.Repeat([]byte{0}, 32) // validRowProof returns a row proof for one row. This test data copied from -// ceelestia-app's pkg/proof/proof_test.go TestNewShareInclusionProof: "1 +// celestia-app's pkg/proof/proof_test.go TestNewShareInclusionProof: "1 // transaction share" func validRowProof() RowProof { return RowProof{ diff --git a/pkg/user/tx_client.go b/pkg/user/tx_client.go index ce2f7b8933..5159063af2 100644 --- a/pkg/user/tx_client.go +++ b/pkg/user/tx_client.go @@ -129,7 +129,7 @@ func WithDefaultAccount(name string) Option { // TxClient is an abstraction for building, signing, and broadcasting Celestia transactions // It supports multiple accounts. If none is specified, it will -// try use the default account. +// try to use the default account. // TxClient is thread-safe. type TxClient struct { mtx sync.Mutex