Fix API docs example for POST /tx endpoint (#707)

* Fix post transactions example.
* Fix post tx endpoint.
This commit is contained in:
Miguel Medeiros
2021-08-12 08:41:23 -03:00
committed by GitHub
parent 398a72c1a6
commit f3b470b63e
2 changed files with 9 additions and 10 deletions

View File

@@ -91,5 +91,7 @@ pre {
padding: 30px;
code{
background-color: transparent;
white-space: break-spaces;
word-break: break-all;
}
}