Skip to content

Commit

Permalink
Expose signer pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
drohit-cb committed May 22, 2024
1 parent 6950eda commit ff24488
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/ethereum/create-and-process-workflow/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
"github.com/coinbase/staking-client-library-go/client/options"
"github.com/coinbase/staking-client-library-go/client/orchestration"
api "github.com/coinbase/staking-client-library-go/gen/go/coinbase/staking/orchestration/v1"
"github.com/coinbase/staking-client-library-go/internal/signer"
"github.com/coinbase/staking-client-library-go/pkg/signer"
)

const (
Expand Down
2 changes: 1 addition & 1 deletion examples/solana/create-and-process-workflow/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
"github.com/coinbase/staking-client-library-go/client/options"
"github.com/coinbase/staking-client-library-go/client/orchestration"
api "github.com/coinbase/staking-client-library-go/gen/go/coinbase/staking/orchestration/v1"
"github.com/coinbase/staking-client-library-go/internal/signer"
"github.com/coinbase/staking-client-library-go/pkg/signer"
)

const (
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit ff24488

Please sign in to comment.