Closed sharafian closed 6 years ago
https://github.com/emschwartz/ilp-protocol-paystream/blob/master/index.ts#L156
This line will cause problems if the minBalance starts negative; the first chunk (at which the balance is 0) causes the minBalance to become 0. This means to receive a negative amount you need to set enableRefunds to true.
https://github.com/emschwartz/ilp-protocol-paystream/blob/master/index.ts#L156
This line will cause problems if the minBalance starts negative; the first chunk (at which the balance is 0) causes the minBalance to become 0. This means to receive a negative amount you need to set enableRefunds to true.