multisig: Fix errors on closing import TX

This commit is contained in:
2023-08-18 14:22:05 +10:00
parent f99aa4996f
commit 2560fa734c

View File

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