sablier-labs / flow

🍃 Smart contracts of the Sablier Flow protocol.
Other
8 stars 0 forks source link

Allow zero decimals assets #144

Closed andreivladbrg closed 4 months ago

andreivladbrg commented 4 months ago

Ref https://github.com/sablier-labs/flow/discussions/116

It should remove the check from create function, and also to modify the _safeAssetDecimals function

andreivladbrg commented 4 months ago

before addressing this issue, i think it would be better if we address this one https://github.com/sablier-labs/flow/issues/137

smol-ninja commented 4 months ago

I think it would be better to do #137 after this. This one does not look complex. We just have to remove revert if decimal is 0.