After verification, all kinds of transations are processed when block saving.
file: core/store/ChainStore/ChainStore.go
function:func (bd ChainStore) persist(b Block) error {}
This function do a lot of work. If more transation types joined, the code will be hard to maintain. If we should re-design it.
After verification, all kinds of transations are processed when block saving. file: core/store/ChainStore/ChainStore.go function:func (bd ChainStore) persist(b Block) error {} This function do a lot of work. If more transation types joined, the code will be hard to maintain. If we should re-design it.