it('Add TX', () => {
            const updateChannelBalance = window.MyDApp.logic.payChannel.updateChannelBalance(0.2)
            console.log('Function addTX: ', updateChannelBalance)
        })