aionnetwork / AVM

Enabling Java code to run in a blockchain environment
https://theoan.com/
MIT License
49 stars 25 forks source link

Transaction create fee gets charged twice #383

Closed aionick closed 5 years ago

aionick commented 5 years ago

The kernel hands us a transaction that we then use to compute the base cost. This transaction charges the 200k create fee. We then charge a deployment fee that also includes this 200k create fee. In short, this fee should only be charged once.

aionick commented 5 years ago

This issue previously had a larger scope but to keep things minimal for now, especially because these decisions may be premature, we have reduced the scope to just handling the 200k double-charge.