Skip to content

Commit

Permalink
Merge pull request #146 from pajasevi/patch-1
Browse files Browse the repository at this point in the history
Fix misleading docs for POST_pushtx
  • Loading branch information
kenshin-samourai authored Apr 10, 2020
2 parents 2382c38 + a9765e9 commit 9e773c0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion doc/POST_pushtx.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -14,7 +15,9 @@ POST /pushtx/
### Example

```
POST /pushtx/?tx=abcdef0123456789
POST /pushtx/
tx=abcdef0123456789
```

#### Success
Expand Down

0 comments on commit 9e773c0

Please sign in to comment.