thecointech / thecoin

Mono-repo for TheCoin project
https://thecoin.io
GNU Affero General Public License v3.0
3 stars 1 forks source link

Resolve ambiguity in BaseActionData.date #529

Open FrozenKiwi opened 4 months ago

FrozenKiwi commented 4 months ago

For some actions (Bill/Withdrawal), the date is the date created. For some actions (deposit) the date is when it's executed at

this should be explicit in: ( createDate executeDate ) and the normalization code in tx-processor/transfers removed