docs: fixed return type for receipt.status (#2696).
This commit is contained in:
parent
8770cc46fd
commit
3f631e9681
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user