mirror of
https://github.com/Nathanwoodburn/FireWallet.git
synced 2024-11-10 17:28:17 +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.Controls.Add(PanelInput);
|
||||||
}
|
}
|
||||||
|
panelInputs.Visible = true;
|
||||||
// For each output
|
// For each output
|
||||||
JArray outputs = (JArray)tx["outputs"];
|
JArray outputs = (JArray)tx["outputs"];
|
||||||
foreach (JObject output in outputs)
|
foreach (JObject output in outputs)
|
||||||
@ -136,8 +136,6 @@ namespace FireWallet
|
|||||||
|
|
||||||
panelOutputs.Controls.Add(PanelOutput);
|
panelOutputs.Controls.Add(PanelOutput);
|
||||||
}
|
}
|
||||||
|
|
||||||
panelInputs.Visible = true;
|
|
||||||
panelOutputs.Visible = true;
|
panelOutputs.Visible = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user