Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
raynaudoe committed May 6, 2024
1 parent 14ac077 commit d8fc119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/v2/tx/tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"bufio"
"context"
apitxsigning "cosmossdk.io/api/cosmos/tx/signing/v1beta1"
tx2 "cosmossdk.io/client/v2/internal/tx"
tx2 "cosmossdk.io/client/v2/internal"
"cosmossdk.io/client/v2/offchain"
"errors"
"fmt"
Expand Down

0 comments on commit d8fc119

Please sign in to comment.