Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
bharath-123 committed May 22, 2024
1 parent 56429fd commit bb5bc7f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/chain_makers.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ func (b *BlockGen) addTx(bc *BlockChain, vmConfig vm.Config, tx *types.Transacti
b.SetCoinbase(common.Address{})
}
b.statedb.SetTxContext(tx.Hash(), len(b.txs))
fmt.Printf("addTx(): Coinbase is %s\n", b.header.Coinbase.String())
receipt, err := ApplyTransaction(b.cm.config, bc, &b.header.Coinbase, b.gasPool, b.statedb, b.header, tx, &b.header.GasUsed, vmConfig)
if err != nil {
panic(err)
Expand Down

0 comments on commit bb5bc7f

Please sign in to comment.