parent
0169d579d0
commit
c20de3c4bd
@ -372,6 +372,9 @@ func (t *Transaction) Status(ctx context.Context) (*Long, error) {
|
|||||||
if err != nil || receipt == nil {
|
if err != nil || receipt == nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
|
if len(receipt.PostState) != 0 {
|
||||||
|
return nil, nil
|
||||||
|
}
|
||||||
ret := Long(receipt.Status)
|
ret := Long(receipt.Status)
|
||||||
return &ret, nil
|
return &ret, nil
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user