mirror of
https://github.com/Nathanwoodburn/FireWallet.git
synced 2024-11-10 09:18:15 +11:00
tx: Show inputs while outputs are loading
This commit is contained in:
parent
eccc584b2c
commit
07c9618837
@ -79,7 +79,7 @@ namespace FireWallet
|
||||
|
||||
panelInputs.Controls.Add(PanelInput);
|
||||
}
|
||||
|
||||
panelInputs.Visible = true;
|
||||
// For each output
|
||||
JArray outputs = (JArray)tx["outputs"];
|
||||
foreach (JObject output in outputs)
|
||||
@ -136,8 +136,6 @@ namespace FireWallet
|
||||
|
||||
panelOutputs.Controls.Add(PanelOutput);
|
||||
}
|
||||
|
||||
panelInputs.Visible = true;
|
||||
panelOutputs.Visible = true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user