docs: fixed return type for receipt.status (#2696).

This commit is contained in:
Richard Moore 2022-04-29 16:03:06 -04:00
parent 8770cc46fd
commit 3f631e9681

View File

@ -422,7 +422,7 @@ _property: receipt.byzantium => boolean
This is true if the block is in a [post-Byzantium Hard Fork](link-eip-609)
block.
_property: receipt.status => boolean
_property: receipt.status => number
The status of a transaction is 1 is successful or 0 if it was
reverted. Only transactions included in blocks [post-Byzantium Hard Fork](link-eip-609)
have this property.