public addOutForward(time: string, amount: number, fee: number, inChannel: IChannelStats | undefined) {
        this.addToHistory(new OutForward(time, amount, fee, inChannel));
        this.updateStats(this.outForwardsImpl, amount);
    }