Don't strip decimal places from cur_amount
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.
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.