Skip to content

Commit

Permalink
set the wallet as default signer in the view ref fibercrypto#139
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevAlDen committed Feb 14, 2020
1 parent 8b22169 commit b9ceff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/SubPageSendSimple.qml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ getAddressList()
}
}
function reset(wltId) {
currentIndex = -1;
currentIndex = 0;
signerModelId.loadModel(wltId)
signerSelectorId.visible = signerModelId.rowCount() > 1
}
Expand Down

0 comments on commit b9ceff6

Please sign in to comment.