Skip to content

Commit 234a5c4

Browse files
author
Erichin
committed
add receip status
1 parent 7702989 commit 234a5c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mobile/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ func (r *Receipt) String() string {
353353
return r.receipt.String()
354354
}
355355

356-
func (r *Receipt) GetStatus() uint { return r.receipt.Status }
356+
func (r *Receipt) GetStatus() int { return int(r.receipt.Status) }
357357
func (r *Receipt) GetPostState() []byte { return r.receipt.PostState }
358358
func (r *Receipt) GetCumulativeGasUsed() int64 { return int64(r.receipt.CumulativeGasUsed) }
359359
func (r *Receipt) GetBloom() *Bloom { return &Bloom{r.receipt.Bloom} }

0 commit comments

Comments
 (0)