Hello developers,

I have set-up my local CN project and I have noticed a minor issue related
to transaction amount & its fee. For example if your product fee is 100 per
transaction and you want to send 100, I have noticed that fee is not
applied.

I've found out that thoth_journal_entries - creditors column is of type
set<frozen<thoth_creditor>> and set data type does not accept 2 identical
values and thus occurs this "issue".

To work around this issue, I have added another column of
list<frozen<thoth_creditor>>.

Please let me know if the set datatype is set up on purpose.

Kind regards

Reply via email to