Marat Mkhitaryan

Results 2 issues of Marat Mkhitaryan

I generate a new address every time I need to receive a payment. Then, I need to be notified when balance changes. The only way to do that is .get_balance()....

### Discussed in https://github.com/tortoise/tortoise-orm/discussions/1555 Originally posted by **mmkhitaryan** February 10, 2024 ```SELECT "sold_date","id","review","created_at","seller_id","buyer_id","purshare_type_id" FROM "purchase" WHERE "id"=94562 AND "sold_date"='2024-02-10 13:55:04' AND "review"='' AND "purshare_type_id"=1 AND "buyer_id"=2 AND "seller_id"=1 LIMIT 2```...