nip60: fix spending conditions over SendExternal() and SendInternal()

This commit is contained in:
fiatjaf
2025-05-06 16:24:51 -03:00
parent a58015b3e9
commit 93745cafff
6 changed files with 121 additions and 69 deletions

View File

@@ -86,7 +86,7 @@ func SendNutzap(
continue
}
proofs, _, err := w.Send(ctx, amount, nip60.SendOptions{
proofs, _, err := w.SendInternal(ctx, amount, nip60.SendOptions{
P2PK: p2pk,
SpecificSourceMint: mint,
})