pay: Add pay_failure notification

This commit is contained in:
Christian Decker
2021-04-29 10:16:47 +02:00
committed by Rusty Russell
parent c6fd849aa3
commit ef7f9a8022
2 changed files with 25 additions and 1 deletions

View File

@@ -379,6 +379,7 @@ static const struct plugin_hook hooks[] = {
static const char *notification_topics[] = {
"pay_success",
"pay_failure",
};
int main(int argc, char *argv[])