Fix transaction post curl example.

This commit is contained in:
Miguel Medeiros 2021-09-03 19:43:28 -03:00
parent 03ae766955
commit 3aabeace26

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();