public addInForward(time: string, amount: number, fee: number, outChannel: IChannelStats | undefined) {
        this.addToHistory(new InForward(time, amount, fee, outChannel));
        this.updateStats(this.inForwardsImpl, amount);
    }