From 60f58d04ffee60395c8c9e7b1d52b9c9a1e644a4 Mon Sep 17 00:00:00 2001 From: JohnBonny <158583902+JohnBonny@users.noreply.github.com> Date: Fri, 27 Dec 2024 22:11:00 +0100 Subject: [PATCH 1/2] Update tx_client.go --- pkg/user/tx_client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 7d5e2a7f3d50889139cc966a08ae427016a593a8 Mon Sep 17 00:00:00 2001 From: JohnBonny <158583902+JohnBonny@users.noreply.github.com> Date: Fri, 27 Dec 2024 22:12:13 +0100 Subject: [PATCH 2/2] Update row_proof_test.go --- pkg/proof/row_proof_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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{