Fix doc typo (#2303)

This commit is contained in:
Quentin Le Sceller 2019-01-06 15:28:18 -05:00 committed by Ignotus Peverell
parent 21deed3ba3
commit 8e4c36714f

View file

@ -171,7 +171,7 @@ Receives a transaction, modifying the slate accordingly (which can then be sent
```javascript ```javascript
$.ajax({ $.ajax({
url: "/v1/wallet/foreign/build_coinbase", url: "/v1/wallet/foreign/receive_tx",
dataType: "json", dataType: "json",
type : "POST", type : "POST",
success : function(r) { success : function(r) {