diff --git a/cena2.go b/cena2.go index 3992814..3c39919 100644 --- a/cena2.go +++ b/cena2.go @@ -59,9 +59,4 @@ type TokenTransfer struct { TxID string `json:"txId"` } -func (r *Receipt) Status() string { - if r.Reverted { - return blockatlas.StatusFailed - } - return blockatlas.StatusCompleted -} +