oops -- === not ==

This commit is contained in:
David Kelly 2017-09-05 17:15:25 -07:00
parent 1fd30b1e0f
commit 89cda8d306

View file

@ -318,7 +318,7 @@ Rectangle {
Connections {
onSendSignalToWallet: {
if (msg.method === 'walletReset' || msg.method == 'passphraseReset') {
if (msg.method === 'walletReset' || msg.method === 'passphraseReset') {
sendToScript(msg);
}
}