Skip to content

Don't strip decimal places from cur_amount

Jo Sama requested to merge hotfix/dont-strip-decimal-places-from-cur_amount into master

Change the type of cur_amount from int to str. This will make attestation fail if a transaction has decimal places that are not equal to 0.

Merge request reports