interledgerjs / ilp-plugin-xrp-asym-server

Server for Asymmetric XRP Paychan
10 stars 6 forks source link

Return configured asset scale not 6 in ILDCP responses #62

Open adrianhopebailie opened 6 years ago

adrianhopebailie commented 6 years ago

This line contains a bug: https://github.com/interledgerjs/ilp-plugin-xrp-asym-server/blob/master/src/index.ts#L534

The returned asset scale should be the configured value not the constant 6

0xASK commented 6 years ago

Just opened #63