aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMark Stacey <markjstacey@gmail.com>2019-07-25 10:40:22 +0800
committerGitHub <noreply@github.com>2019-07-25 10:40:22 +0800
commit429030a00e7fb5b8b20fb863ef3ba501a5729eab (patch)
treeeeedfc5b2c2422081fe52dbc2f1854dad8c38087 /docs
parent754f98aea227fd14709062d7fddde85c744f15b8 (diff)
downloadtangerine-wallet-browser-429030a00e7fb5b8b20fb863ef3ba501a5729eab.tar.gz
tangerine-wallet-browser-429030a00e7fb5b8b20fb863ef3ba501a5729eab.tar.zst
tangerine-wallet-browser-429030a00e7fb5b8b20fb863ef3ba501a5729eab.zip
Remove unused `unlockAccountMessage` callback (#6905)
This callback has been unused for a long time. It was removed in #1076
Diffstat (limited to 'docs')
-rw-r--r--docs/porting_to_new_environment.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/porting_to_new_environment.md b/docs/porting_to_new_environment.md
index 070ab69fa..9cb8e9c2d 100644
--- a/docs/porting_to_new_environment.md
+++ b/docs/porting_to_new_environment.md
@@ -99,7 +99,6 @@ In that file, there's a lot going on, so it's maybe worth focusing on our MetaMa
const controller = new MetamaskController({
// User confirmation callbacks:
showUnconfirmedMessage: triggerUi,
- unlockAccountMessage: triggerUi,
showUnapprovedTx: triggerUi,
// initial state
initState,