Patch for concurrent iterator & others (onto v1.11.6) #386

Closed
roysc wants to merge 1565 commits from v1.11.6-statediff-v5 into master
Showing only changes of commit 250a80a50e - Show all commits

View File

@ -41,7 +41,7 @@ var emptyCodeHash = crypto.Keccak256Hash(nil)
//
// 1. Nonce handling
// 2. Pre pay gas
// 3. Create a new state object if the recipient is \0*32
// 3. Create a new state object if the recipient is nil
// 4. Value transfer
//
// == If contract creation ==