Skip to content

Commit f4945d7

Browse files
committed
Fix lint after gateway domain merge
1 parent 4c59909 commit f4945d7

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/omniclaw/client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@
7474
from omniclaw.wallet.service import WalletService
7575
from omniclaw.webhooks import WebhookParser
7676

77+
7778
class OmniClaw:
7879
"""
7980
Main client for OmniClaw SDK.

src/omniclaw/protocols/nanopayments/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -767,7 +767,7 @@ async def check_balance(
767767
"token": "USDC",
768768
"sources": [
769769
{
770-
"domain": domain_id,
770+
"domain": expected_domain,
771771
"depositor": address,
772772
}
773773
],

0 commit comments

Comments
 (0)