Skip to content

Commit 3f631e9

Browse files
committedApr 29, 2022
docs: fixed return type for receipt.status (#2696).

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs.wrm/api/providers/types.wrm

+1-1
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ _property: receipt.byzantium => boolean
422422
This is true if the block is in a [post-Byzantium Hard Fork](link-eip-609)
423423
block.
424424

425-
_property: receipt.status => boolean
425+
_property: receipt.status => number
426426
The status of a transaction is 1 is successful or 0 if it was
427427
reverted. Only transactions included in blocks [post-Byzantium Hard Fork](link-eip-609)
428428
have this property.

0 commit comments

Comments
 (0)
Please sign in to comment.