Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Commit

Permalink
feat: reload multisignature list when adding/updating the ms peer (#1888
Browse files Browse the repository at this point in the history
)
  • Loading branch information
brenopolanski committed May 22, 2020
1 parent b533eb2 commit 54422dc
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -88,6 +88,7 @@ export default {
if (await MultiSignature.performHandshake(peer)) {
await this.$store.dispatch('session/setMultiSignaturePeer', peer)
await this.$store.dispatch('profile/setMultiSignaturePeer', peer)
this.$eventBus.emit('wallet:reload:multi-signature')
this.$success(`${this.$t('PEER.CONNECTED')}: ${peer.host}:${peer.port}`)
if (closeTrigger) {
Expand Down

0 comments on commit 54422dc

Please sign in to comment.