mirror of
https://github.com/fiatjaf/nak.git
synced 2025-12-09 17:18:50 +00:00
adapt to since and until not being pointers.
This commit is contained in:
@@ -240,7 +240,7 @@ var wallet = &cli.Command{
|
||||
if mint := c.String("mint"); mint != "" {
|
||||
sourceMint = "http" + nostr.NormalizeURL(mint)[2:]
|
||||
}
|
||||
proofs, mint, err := w.Send(ctx, amount, nip60.SendOptions{
|
||||
proofs, mint, err := w.SendInternal(ctx, amount, nip60.SendOptions{
|
||||
SpecificSourceMint: sourceMint,
|
||||
})
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user