mirror of
https://github.com/ZmnSCPxj/clboss.git
synced 2026-08-20 13:28:15 +02:00
Boss/Mod/SendpayResultMonitor.cpp: Module to monitor our sendpay/sendonion.
This commit is contained in:
parent
96ccae669c
commit
deb35dcf3d
5 changed files with 481 additions and 0 deletions
|
|
@ -35,6 +35,7 @@
|
|||
#include"Boss/Mod/OnchainFundsAnnouncer.hpp"
|
||||
#include"Boss/Mod/PeerCompetitorFeeMonitor/Main.hpp"
|
||||
#include"Boss/Mod/Reconnector.hpp"
|
||||
#include"Boss/Mod/SendpayResultMonitor.hpp"
|
||||
#include"Boss/Mod/StatusCommand.hpp"
|
||||
#include"Boss/Mod/SwapManager.hpp"
|
||||
#include"Boss/Mod/Timers.hpp"
|
||||
|
|
@ -138,6 +139,9 @@ std::shared_ptr<void> all( std::ostream& cout
|
|||
/* HTLC manipulation. */
|
||||
all->install<HtlcAcceptor>(bus, *waiter);
|
||||
|
||||
/* Bad peer monitoring. */
|
||||
all->install<SendpayResultMonitor>(bus);
|
||||
|
||||
return all;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue