diff --git a/doc/api/wallet_foreign_api.md b/doc/api/wallet_foreign_api.md index 634349d26..9abd1f0f1 100644 --- a/doc/api/wallet_foreign_api.md +++ b/doc/api/wallet_foreign_api.md @@ -171,7 +171,7 @@ Receives a transaction, modifying the slate accordingly (which can then be sent ```javascript $.ajax({ - url: "/v1/wallet/foreign/build_coinbase", + url: "/v1/wallet/foreign/receive_tx", dataType: "json", type : "POST", success : function(r) {