CirclesUBI / circles-myxogastria

Webapp and mobile client for Circles
https://circles.garden
GNU Affero General Public License v3.0
37 stars 21 forks source link

When txHash is null that should throw an error instead of returning null #662

Closed mikozet closed 1 year ago

mikozet commented 1 year ago

Currently https://github.com/CirclesUBI/circles-core/blob/5ee652f5e8b97b1a2a83f112e4397dca73303dc9/src/token.js#L665

Please verify after if code in myxogastria is adapted correctly in https://github.com/CirclesUBI/circles-myxogastria/blob/8f57e2c05eb910b1e4f9893b7a46689e67495a1d/src/store/token/actions.js#L318

It might be that for time being we throw an error in myxogastrai when txHash is null

mikozet commented 1 year ago

should be in circles-core