feat: add withdraw

This commit is contained in:
2026-06-21 15:00:59 +03:00
parent 56841b83ce
commit 39979f9976
12 changed files with 39 additions and 19 deletions

View File

@@ -10,7 +10,7 @@ from src.presentation.dependencies.commands import get_crypto_transfer_completed
from src.presentation.dependencies.logger import get_logger
crypto_transfer_router=RabbitRouter(settings.RABBIT_URL)
crypto_transfer_router=RabbitRouter(settings.RABBIT_URL,schema_url=None)
class CryptoTransferCompletedMessage(BaseModel):