forked from cerc-io/plugeth
Changed 0x0 to \x00
This commit is contained in:
parent
8391d3d4f4
commit
d6460f3de1
@ -42,7 +42,7 @@ func (bm *BlockManager) ProcessBlock(block *Block) error {
|
||||
}
|
||||
|
||||
func (bm *BlockManager) ProcessTransaction(tx *Transaction, lockChan chan bool) {
|
||||
if tx.recipient == 0x0 {
|
||||
if tx.recipient == "\x00" {
|
||||
bm.vm.RunTransaction(tx, func(opType OpType) bool {
|
||||
// TODO calculate fees
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user