remove old css

This commit is contained in:
Jon Staab
2026-01-06 11:02:08 -08:00
parent 282b20c460
commit cee6ec1124
2 changed files with 0 additions and 13 deletions
-6
View File
@@ -86,12 +86,6 @@
color: var(--tiptap-active-fg);
}
.tiptap-suggestions__empty {
display: flex;
gap: 0.5rem;
padding: 0.5rem 1rem;
}
@keyframes tiptapFileUpload {
0% {
opacity: 0.2;
-7
View File
@@ -354,13 +354,6 @@ export class Nip46Broker extends Emitter {
}
const deal = trustedKeyDeal(BigInt("0x" + options.secret), m, n)
// Add the VSS commits to each shard
// for (const shard of deal.shards) {
// shard.pubShard.vssCommit = deal.commits
// }
// Use the pubkey and adjusted secret from the deal (BIP-340 adjusted if needed)
const signer = Nip01Signer.fromSecret(options.secret)
const ourPubkey = await signer.getPubkey()
const ackRelays = await options.getPubkeyRelays(ourPubkey, RelayMode.Read)