aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/actions.js
diff options
context:
space:
mode:
authorKevin Serrano <kevgagser@gmail.com>2017-03-11 01:34:13 +0800
committerKevin Serrano <kevgagser@gmail.com>2017-03-11 01:34:13 +0800
commit2ab86b001dfc4ade4fc6df030175e64359b757e6 (patch)
treedd552767149226c535f48be7de6365ffd55dee8e /ui/app/actions.js
parentb34ee4daa145c1d4eea2da6fd0cba0763e5c6483 (diff)
downloadtangerine-wallet-browser-2ab86b001dfc4ade4fc6df030175e64359b757e6.tar.gz
tangerine-wallet-browser-2ab86b001dfc4ade4fc6df030175e64359b757e6.tar.zst
tangerine-wallet-browser-2ab86b001dfc4ade4fc6df030175e64359b757e6.zip
Add comments.
Diffstat (limited to 'ui/app/actions.js')
-rw-r--r--ui/app/actions.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/app/actions.js b/ui/app/actions.js
index e21b6257d..4e0435ade 100644
--- a/ui/app/actions.js
+++ b/ui/app/actions.js
@@ -698,6 +698,7 @@ function setRpcTarget (newRpc) {
}
}
+// Calls the addressBookController to add a new address.
function addToAddressBook (recipient, nickname) {
log.debug(`background.addToAddressBook`)
return (dispatch) => {