Skip to content

Commit

Permalink
Merge pull request #48 from rootulp/rp/tx-client-mtx
Browse files Browse the repository at this point in the history
fix: initialize TxClient with mtx
  • Loading branch information
rootulp authored Jul 16, 2024
2 parents be6b40b + 1ac450e commit 6a06016
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/user/tx_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ func NewTxClient(
}

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

0 comments on commit 6a06016

Please sign in to comment.