From 52a588d02506dfb7d928cd0cbd156dddb92fa9b0 Mon Sep 17 00:00:00 2001 From: Richard Moore Date: Fri, 29 Apr 2022 16:03:06 -0400 Subject: [PATCH] docs: fixed return type for receipt.status (#2696). --- docs.wrm/api/providers/types.wrm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.wrm/api/providers/types.wrm b/docs.wrm/api/providers/types.wrm index 32174a4ace..6ca8bf5788 100644 --- a/docs.wrm/api/providers/types.wrm +++ b/docs.wrm/api/providers/types.wrm @@ -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.