mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-06-24 06:44:19 -04:00
payment process cleanup
This commit is contained in:
parent
a508f95582
commit
5d9d7a9a3d
6 changed files with 261 additions and 471 deletions
|
@ -44,7 +44,7 @@ public class FundsController implements Initializable, ChildController
|
|||
@Override
|
||||
public void initialize(URL url, ResourceBundle rb)
|
||||
{
|
||||
String tradingAccountAddress = walletFacade.getAddressAsString();
|
||||
String tradingAccountAddress = walletFacade.getTradingAddress();
|
||||
tradingAccountTextField.setText(tradingAccountAddress);
|
||||
|
||||
copyIcon.setId("copy-icon");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue