aionnetwork / AVM

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

Remove "balance transfer" distinction from "call" #351

Closed jeff-aion closed 5 years ago

jeff-aion commented 5 years ago

There is no real difference between these so we should remove the distinction, internally.

jeff-aion commented 5 years ago

This is mostly just removing all references to this distinction and ensuring all the exists tests work.

The specific definition which needs to be removed is Transaction.Type.BALANCE_TRANSFER and all references to this.