Fix transaction post curl example.

This commit is contained in:
Miguel Medeiros 2021-09-03 19:43:28 -03:00
parent 80047313e7
commit 1eedcf900b
No known key found for this signature in database
GPG Key ID: 819EDEE4673F3EBB

View File

@ -2859,7 +2859,7 @@ export class ApiDocsComponent implements OnInit {
},
transactionPost: {
codeTemplate: {
curl: `%{1} "${this.hostname}${this.baseNetworkUrl}/api/tx"`,
curl: `%{1}" "${this.hostname}${this.baseNetworkUrl}/api/tx`,
commonJS: `
const { %{0}: { transactions } } = mempoolJS();