@ -222,7 +222,7 @@ public class TransactionDiagram extends GridPane {
Tooltiptooltip=newTooltip();
if(walletNode!=null){
tooltip.setText("Spending "+getSatsValue(input.getValue())+" sats from "+walletNode.getDerivationPath().replace("m","..")+"\n"+input.getHashAsString()+":"+input.getIndex()+"\n"+walletTx.getWallet().getAddress(walletNode));
tooltip.setText("Spending "+getSatsValue(input.getValue())+" sats from "+(isFinal()?walletTx.getWallet().getFullName():"")+" "+walletNode+"\n"+input.getHashAsString()+":"+input.getIndex()+"\n"+walletTx.getWallet().getAddress(walletNode));
TooltipchangeTooltip=newTooltip("Change of "+getSatsValue(changeEntry.getValue())+" sats to "+changeNode.getDerivationPath().replace("m","..")+"\n"+walletTx.getChangeAddress(changeNode).toString()+(overGapLimit?"\nAddress is beyond the gap limit!":""));
TooltipchangeTooltip=newTooltip("Change of "+getSatsValue(changeEntry.getValue())+" sats to "+changeNode+"\n"+walletTx.getChangeAddress(changeNode).toString()+(overGapLimit?"\nAddress is beyond the gap limit!":""));