Browse Source
Merge pull request #146 from pajasevi/patch-1
Fix misleading docs for POST_pushtx
use-env-var-docker
kenshin samourai
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
1 deletions
-
doc/POST_pushtx.md
|
|
@ -5,6 +5,7 @@ Push a transaction to the network. |
|
|
|
``` |
|
|
|
POST /pushtx/ |
|
|
|
``` |
|
|
|
Parameters must be passed in the body of the request as url encoded arguments. |
|
|
|
|
|
|
|
## Parameters |
|
|
|
* **tx** - `hex string` - The raw transaction hex |
|
|
@ -14,7 +15,9 @@ POST /pushtx/ |
|
|
|
### Example |
|
|
|
|
|
|
|
``` |
|
|
|
POST /pushtx/?tx=abcdef0123456789 |
|
|
|
POST /pushtx/ |
|
|
|
|
|
|
|
tx=abcdef0123456789 |
|
|
|
``` |
|
|
|
|
|
|
|
#### Success |
|
|
|