From 80bd48438c9857ab5d9d3096e56b85b0a2efb82c Mon Sep 17 00:00:00 2001 From: Joe Date: Mon, 6 Feb 2023 14:22:40 +0000 Subject: [PATCH] add spacing between note and text --- docs/developers/dapp-developer/mobile.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/developers/dapp-developer/mobile.md b/docs/developers/dapp-developer/mobile.md index 966a5cf1e5..d944d15110 100644 --- a/docs/developers/dapp-developer/mobile.md +++ b/docs/developers/dapp-developer/mobile.md @@ -6,7 +6,8 @@ description: Introduction to mobile development with Geth Geth no longer publishes builds for mobile. - + + In the past, Geth was released for Android and IoS to support embedding clients into mobile applications. However, the move to proof-of-stake based consensus introduced the need for a consensus client to be run alongside Geth in order to track the head of the blockchain, breaking the ability for Geth light clients to run on a mobile device and handle API requests from mobile apps. Supporting mobile app development is [no longer part of Geth's remit](https://github.com/ethereum/go-ethereum/pull/26599) but it remains possible for other teams to devise ways to build on Ethereum in a mobile environment. \ No newline at end of file