tooltip.setText("Spending "+getSatsValue(input.getValue())+" sats from "+fullDerivation.getDerivationPath()+"\n"+input.getHashAsString()+":"+input.getIndex()+"\n"+walletTx.getWallet().getAddress(walletNode));
tooltip.setText("Spending "+getSatsValue(input.getValue())+" sats from "+walletNode.getDerivationPath().replace("m","..")+"\n"+input.getHashAsString()+":"+input.getIndex()+"\n"+walletTx.getWallet().getAddress(walletNode));
TooltipchangeTooltip=newTooltip("Change of "+getSatsValue(walletTx.getChangeAmount())+" sats to "+fullDerivation.getDerivationPath()+"\n"+walletTx.getChangeAddress().toString());
TooltipchangeTooltip=newTooltip("Change of "+getSatsValue(walletTx.getChangeAmount())+" sats to "+walletTx.getChangeNode().getDerivationPath().replace("m","..")+"\n"+walletTx.getChangeAddress().toString());