Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
Merge pull request #429 from BuxOrg/bux-236-go-broadcast-client-bump
Browse files Browse the repository at this point in the history
feat(BUX-236): go-broadcast-client version update
  • Loading branch information
kuba-4chain authored Oct 13, 2023
2 parents 26e904d + b0aa93f commit d50badb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chainstate/broadcast_providers.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ func broadcastWithBroadcastClient(ctx context.Context, client ClientInterface, t
debugLog(client, txID, "executing broadcast request for "+ProviderBroadcastClient)

tx := broadcast.Transaction{
RawTx: hex,
Hex: hex,
}

result, err := client.BroadcastClient().SubmitTransaction(ctx, &tx)
Expand Down
2 changes: 1 addition & 1 deletion go.mod

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d50badb

Please sign in to comment.