feat: multi-account system #514

Merged
v0l merged 8 commits from multi-account-2 into main 2023-04-14 17:35:23 +00:00
Showing only changes of commit bc923187bc - Show all commits

View File

@ -132,7 +132,7 @@ export default function SendSats(props: SendSatsProps) {
console.debug("Generated new key for zap: ", randomKey);
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 {
zap = await publisher.zap(amount * 1000, author, relays, note, comment);
}