anon zap tag
This commit is contained in:
parent
0850e0d310
commit
bc923187bc
@ -132,7 +132,7 @@ export default function SendSats(props: SendSatsProps) {
|
|||||||
console.debug("Generated new key for zap: ", randomKey);
|
console.debug("Generated new key for zap: ", randomKey);
|
||||||
|
|
||||||
const publisher = new EventPublisher(randomKey.publicKey, randomKey.privateKey);
|
const publisher = new EventPublisher(randomKey.publicKey, randomKey.privateKey);
|
||||||
zap = await publisher.zap(amount * 1000, author, relays, note, comment);
|
zap = await publisher.zap(amount * 1000, author, relays, note, comment, eb => eb.tag(["anon", ""]));
|
||||||
} else {
|
} else {
|
||||||
zap = await publisher.zap(amount * 1000, author, relays, note, comment);
|
zap = await publisher.zap(amount * 1000, author, relays, note, comment);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user