Skip to content

Commit 21f42c5

Browse files
Patch syntax error
1 parent 1ff9ad0 commit 21f42c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/src/network-client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1502,7 +1502,7 @@ class AleoNetworkClient {
15021502
try {
15031503
const response = await retryWithBackoff(() =>
15041504
this._sendPost(this.host + "/transaction/broadcast", {
1505-
body: transaction_string,
1505+
body: transactionString,
15061506
headers: Object.assign({}, {...this.headers, "X-ALEO-METHOD" : "submitTransaction"}, {
15071507
"Content-Type": "application/json",
15081508
}),

0 commit comments

Comments
 (0)