dashed-slug.net › Forums › General discussion › Notification Suggestion › Reply To: Notification Suggestion
May 16, 2018 at 4:39 pm
#3085
Keymaster
Hello Philipp,
Block explorer links do not accept variables in the same way that email templates do.
your link would be something like https://chainz.cryptoid.info/XYZ/tx.dws?%s
Where XYZ would be your coin and %s is substituted with the TXID using the PHP sprintf function.
I can make it so that %2$s is lowercase TXID while %s or %1$s is the current uppercase value.
This will go into the next release.
regards