docs: repoint migrated issue refs to spirekeeper numbers
Follow-up to the satmachineadmin->spirekeeper issue migration. The 20 open issues were recreated on aiolabs/spirekeeper with reassigned numbers; this repoints in-repo references to the migrated issues at their new spirekeeper numbers (#3->#1, #4->#2, #8->#4, #9->#5, #10->#6, #17->#11, #21->#12, #28->#16, #44->#20). References to closed/non- migrated satmachineadmin issues (#20/#22/#26/#29/#32/#37/#38/#39) stay pointing at the original repo where they were resolved. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
40639ee437
commit
439c47ceae
8 changed files with 14 additions and 14 deletions
|
|
@ -458,7 +458,7 @@ async def api_settle_client_balance(
|
|||
data: SettleBalanceData,
|
||||
user: User = Depends(check_user_exists),
|
||||
) -> DcaPayment:
|
||||
"""Operator UX — closes satmachineadmin#4.
|
||||
"""Operator UX — closes spirekeeper#2.
|
||||
|
||||
Settle an LP's remaining fiat balance from the operator's chosen funding
|
||||
wallet at the specified exchange rate. The amount_fiat is capped at the
|
||||
|
|
@ -692,7 +692,7 @@ async def api_partial_dispense(
|
|||
data: PartialDispenseData,
|
||||
user: User = Depends(check_user_exists),
|
||||
) -> DcaSettlement:
|
||||
"""Operator UX — resolves satmachineadmin#3.
|
||||
"""Operator UX — resolves spirekeeper#1.
|
||||
|
||||
Recompute the split for a settlement that didn't dispense the full
|
||||
amount (jam, mid-tx error). Provide one of dispensed_fraction (0..1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue