Migliorato messaggio.

main
Uriel Fanelli 2025-10-27 14:46:03 +01:00
parent 1450617f23
commit 2ea97c1111
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ func BuildMessageBundle(dec Decision, cfg Config) MessageBundle {
case "SWAP_BA":
instructions = printManualInstruction(cfg.ThorTo, cfg.ThorFrom, cfg.RefTo, math.Abs(dec.ExpectedBps), dec.FeeBps, cfg.SafetyBps)
default:
instructions = fmt.Sprintf("Suggerimento: nessuna azione (HOLD). Motivo=%s", dec.Reason)
instructions = fmt.Sprintf("Suggerimento: nessuna azione (HOLD) su %s. Motivo=%s", DaemonName, dec.Reason)
}
return MessageBundle{