Skip to content

Commit

Permalink
Revert "fix: initialize TxClient with mtx"
Browse files Browse the repository at this point in the history
This reverts commit 1ac450e.
  • Loading branch information
rootulp committed Aug 20, 2024
1 parent c6824fc commit 699f51d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/user/tx_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ func NewTxClient(
}

txClient := &TxClient{
mtx: sync.Mutex{},
signer: signer,
registry: registry,
grpc: conn,
Expand Down

0 comments on commit 699f51d

Please sign in to comment.