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

Commit

Permalink
chore(SPV-642): revert previous hex in submit tx example
Browse files Browse the repository at this point in the history
  • Loading branch information
wregulski committed May 21, 2024
1 parent 84aab36 commit 0af7f86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/submit_transaction/submit_tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ func main() {
token := "mainnet_06770f425eb00298839a24a49cbdc02c"
deploymentID := "broadcast-client-example"
apiURL := "https://arc.taal.com"
tx := broadcast.Transaction{Hex: "0100000001f58d6ead84eadf358f85db9347e687ec5ed15559330e6b0929e967054ff5dbc4000000006a47304402207831d6ee02ebda30ff306946a1e63654d8234a99e217eb5ddb122fec10b9ea0a02204d18c24990df7fd4efe6805869389172921b473e34a31e35b336c402085f9b964121038989293fb3a740c239977c42edc679831b7f6cb1005545b608034a85f114baf3ffffffff020100000000000000084c0105954c01198807270000000000001976a914e9e47358fc4244d146161527c1ae870bcc179b3488ac00000000"}
tx := broadcast.Transaction{Hex: "01000000026d9a56036235bb5b5e39b04b6f188c74bc45189a9122f235cad5f0c4b668817d000000006b483045022100ae4c9b06376c42bf82f7910de20bb025d8b43daf33eb2db1966f0f1fd361d499022063594799502920ceceb17e3301e44066431a5ae1e221ce1bd89b446e602adf62412102dd2063cc1d4fbc5a770b156f8cd9f5c80cc586df4c7d148444d6bb66c81a10daffffffff6e574c52ebc1c724a13d0afd525adbcfe0b134d9666ab9004240d9d072a7906b000000006a4730440220191c938793953f931c9297a27a651b07e5cb60432fd5750a3f53488ed23fae8702204c503822986ef959af741609dfe98a51004e36596ca52a865c5e029fdbcfb3d641210253085022df5ebbdc71f9e8f555443660cda4a3d36d732685be317d7e11b9eda4ffffffff0214000000000000001976a914553236189ff9fed552837b952e404e09f78c03fa88ac01000000000000001976a914d8f00ced3f960ffa6f0516b4e352e0a9feccc3af88ac00000000"}

cfg := broadcast_client.ArcClientConfig{
Token: token,
Expand Down

0 comments on commit 0af7f86

Please sign in to comment.