-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
Description
System information
I use grpc.trongrid.io:50051
Example
I make USDT TRC20 transfer for 1000000$, while having 10$ on my balance.
Expected behaviour
GetTransactionInfoById returns unsuccess status.
Actual behaviour
GetTransactionInfoById returns SUCCESS status in first seconds after sending transaction. After a while, status changes.
Steps to reproduce the behaviour
- make TRC20 transfer with insufficient balance
- call GetTransactionInfoById, and check status
- repeat until status changes
I only have logs from my backend. But the bug definitely exists.
2023/02/10 15:20:29 /crypto/pkg/watcher/service/service_logging.gen.go:44: [ watcher ] WatchTransaction result:
success(bool): true
2023/02/10 15:20:42 /crypto/pkg/watcher/service/service_logging.gen.go:44: [ watcher ] WatchTransaction result:
success(bool): false