Fix Rebase

This commit is contained in:
koalasat 2024-09-16 16:05:21 +02:00
parent 4f2ec020a9
commit 0a33147a4f
No known key found for this signature in database
GPG Key ID: 2F7F61C6146AB157
2 changed files with 7 additions and 3 deletions

View File

@ -8,7 +8,11 @@ from django.utils import timezone
from api.lightning.node import LNNode
from api.models import Currency, LNPayment, MarketTick, OnchainPayment, Order
from api.tasks import send_devfund_donation, send_status_notification, send_notification, nostr_send_order_event
from api.tasks import (
send_devfund_donation,
send_status_notification,
nostr_send_order_event,
)
from api.utils import get_minning_fee, validate_onchain_address, location_country
from chat.models import Message

View File

@ -1,7 +1,7 @@
openapi: 3.0.3
info:
title: RoboSats REST API
version: 0.6.3
version: 0.7.0
x-logo:
url: https://raw.githubusercontent.com/Reckless-Satoshi/robosats/main/frontend/static/assets/images/robosats-0.1.1-banner.png
backgroundColor: '#FFFFFF'