good morning!!!!

Skip to content
Snippets Groups Projects
Commit a42ebd9e authored by Jeffrey Wilcke's avatar Jeffrey Wilcke
Browse files

block

parent 15bf5ee4
Branches
Tags
No related merge requests found
......@@ -62,7 +62,10 @@ func (bm *BlockManager) ProcessContract(tx *Transaction, block *Block, lockChan
// Process contract
bm.vm.ProcContract(tx, block, func(opType OpType) bool {
// TODO calculate fees
// TODO turn on once big ints are in place
//if !block.PayFee(tx.Hash(), StepFee.Uint64()) {
// return false
//}
return true // Continue
})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment