We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c59909 commit f4945d7Copy full SHA for f4945d7
2 files changed
src/omniclaw/client.py
@@ -74,6 +74,7 @@
74
from omniclaw.wallet.service import WalletService
75
from omniclaw.webhooks import WebhookParser
76
77
+
78
class OmniClaw:
79
"""
80
Main client for OmniClaw SDK.
src/omniclaw/protocols/nanopayments/client.py
@@ -767,7 +767,7 @@ async def check_balance(
767
"token": "USDC",
768
"sources": [
769
{
770
- "domain": domain_id,
+ "domain": expected_domain,
771
"depositor": address,
772
}
773
],
0 commit comments