mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-31 17:31:27 +00:00
Remove wallet new address logging
This commit is contained in:
parent
e08419e534
commit
b19e356a06
1 changed files with 0 additions and 1 deletions
|
@ -41,7 +41,6 @@ export function doGetNewAddress() {
|
||||||
type: types.GET_NEW_ADDRESS_STARTED
|
type: types.GET_NEW_ADDRESS_STARTED
|
||||||
})
|
})
|
||||||
|
|
||||||
console.log('do get new address');
|
|
||||||
lbry.wallet_new_address().then(function(address) {
|
lbry.wallet_new_address().then(function(address) {
|
||||||
localStorage.setItem('wallet_address', address);
|
localStorage.setItem('wallet_address', address);
|
||||||
dispatch({
|
dispatch({
|
||||||
|
|
Loading…
Add table
Reference in a new issue