Browse Source

utxo update fix

all-modes
pbca26 8 years ago
parent
commit
b7fac3f7ad
  1. 7
      react/src/components/dashboard/walletsData.js

7
react/src/components/dashboard/walletsData.js

@ -118,6 +118,13 @@ class WalletsData extends React.Component {
'calls': 'refresh',
'address': this.state.currentAddress,
}));
console.log('_fetchUtxoCache', {
'pubkey': this.props.Dashboard.activeHandle.pubkey,
'allcoins': false,
'coin': this.props.ActiveCoin.coin,
'calls': 'refresh',
'address': this.state.currentAddress,
});
}
toggleBasiliskActionsMenu() {

Loading…
Cancel
Save