mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-21 03:21:08 +03:00
Fix doc typo (#2303)
This commit is contained in:
parent
21deed3ba3
commit
8e4c36714f
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue