mit-dci / opencbdc-tx

A transaction processor for a hypothetical, general-purpose, central bank digital currency
Other
896 stars 198 forks source link

Convert assert in create into a warning #300

Closed maurermi closed 3 weeks ago

maurermi commented 3 weeks ago

Turn the assert statement in create into a warning, this restores the ability to import tokens through Metamask.

Details: When importing tokens, Metamask sends a create call without sender information, triggering an assert failure.

maurermi commented 3 weeks ago

@HalosGhost This should fix the error we discussed on a call last Friday