Closed emhane closed 1 month ago
Enable conversion from bool to Eip658Value in TxReceipt::status_or_post_state trait method body
Eip658Value
TxReceipt::status_or_post_state
Changes signature TxReceipt::status_or_post_state from returning ref to Eip658Value, to returning static type
Motivation
Enable conversion from bool to
Eip658Value
inTxReceipt::status_or_post_state
trait method bodySolution
Changes signature
TxReceipt::status_or_post_state
from returning ref toEip658Value
, to returning static typePR Checklist