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 #530 from BuxOrg/feat/revert-translation-mechanism
Browse files Browse the repository at this point in the history
feat(BUX-000): restore translation mechanism
  • Loading branch information
wregulski authored Jan 10, 2024
2 parents a28f5e0 + 8b73b6b commit 7279b7a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion chainstate/broadcast_providers.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ func broadcastWithBroadcastClient(ctx context.Context, client ClientInterface, t
Hex: hex,
}

result, err := client.BroadcastClient().SubmitTransaction(ctx, &tx)
result, err := client.BroadcastClient().SubmitTransaction(ctx, &tx, broadcast.WithRawFormat())
if err != nil {
debugLog(client, txID, "error broadcast request for "+ProviderBroadcastClient+" failed: "+err.Error())
return err
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.

8 changes: 4 additions & 4 deletions go.sum

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

0 comments on commit 7279b7a

Please sign in to comment.