Merge branch 'main' into gerty

This commit is contained in:
ben
2022-11-23 21:07:16 +00:00
67 changed files with 680 additions and 284 deletions
+2 -2
View File
@@ -58,7 +58,7 @@ async def from_wallet(from_user):
wallet = await create_wallet(user_id=user.id, wallet_name="test_wallet_from")
await credit_wallet(
wallet_id=wallet.id,
amount=99999999,
amount=999999999,
)
yield wallet
@@ -75,7 +75,7 @@ async def to_wallet(to_user):
wallet = await create_wallet(user_id=user.id, wallet_name="test_wallet_to")
await credit_wallet(
wallet_id=wallet.id,
amount=99999999,
amount=999999999,
)
yield wallet
Binary file not shown.