From 8e4c36714f5998d42706b34d55ec65bf8c176425 Mon Sep 17 00:00:00 2001 From: Quentin Le Sceller Date: Sun, 6 Jan 2019 15:28:18 -0500 Subject: [PATCH] Fix doc typo (#2303) --- doc/api/wallet_foreign_api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {