From db41e7f404b74d088bea9ecb4329481099b9fda2 Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 28 Aug 2018 02:39:52 -1100 Subject: [PATCH] Fix --- src/cc/channels.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cc/channels.cpp b/src/cc/channels.cpp index a3e69aeb3..098bfa2a3 100644 --- a/src/cc/channels.cpp +++ b/src/cc/channels.cpp @@ -13,7 +13,7 @@ * * ******************************************************************************/ -#include "CCChannels.h" +#include "CCchannels.h" /* The idea here is to allow instant (mempool) payments that are secured by dPoW. In order to simplify things, channels CC will require creating reserves for each payee locked in the destination user's CC address. This will look like the payment is already made, but it is locked until further released. The dPoW protection comes from the cancel channel having a delayed effect until the next notarization. This way, if a payment release is made and the chain reorged, the same payment release will still be valid when it is re-broadcast into the mempool.