multisig: Fix errors on closing import TX

This commit is contained in:
Nathan Woodburn 2023-08-18 14:22:05 +10:00
parent f99aa4996f
commit 2560fa734c
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1

View File

@ -61,7 +61,7 @@ namespace FireWallet
notifyForm.Dispose(); notifyForm.Dispose();
this.Close(); this.Close();
} }
} } else this.Close();
} }
ParseTX(); ParseTX();
} }