mirror of
https://github.com/nbd-wtf/go-nostr.git
synced 2025-10-11 05:13:47 +02:00
nip60/nip61: update to latest nip changes.
(a single default wallet, always default to sats, no names etc)
This commit is contained in:
@@ -15,7 +15,7 @@ func (w *Wallet) SendExternal(
|
||||
targetAmount uint64,
|
||||
opts ...SendOption,
|
||||
) (cashu.Proofs, error) {
|
||||
if w.wl.PublishUpdate == nil {
|
||||
if w.PublishUpdate == nil {
|
||||
return nil, fmt.Errorf("can't do write operations: missing PublishUpdate function")
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user