Skip to content

Commit

Permalink
Update worker.go
Browse files Browse the repository at this point in the history
  • Loading branch information
mask-pp authored May 20, 2022
1 parent 11a5d95 commit 6c348a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion miner/worker.go
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,7 @@ func (w *worker) commitTransaction(tx *types.Transaction, coinbase common.Addres
}
wrappedProof := make([]hexutil.Bytes, len(proof))
for _, bt := range proof {
wrappedProof = append(wrappedProof, hexutil.Bytes(bt))
wrappedProof = append(wrappedProof, bt)
}
w.current.proofs[addrs] = wrappedProof
}
Expand Down

0 comments on commit 6c348a1

Please sign in to comment.