remove old css
This commit is contained in:
@@ -86,12 +86,6 @@
|
|||||||
color: var(--tiptap-active-fg);
|
color: var(--tiptap-active-fg);
|
||||||
}
|
}
|
||||||
|
|
||||||
.tiptap-suggestions__empty {
|
|
||||||
display: flex;
|
|
||||||
gap: 0.5rem;
|
|
||||||
padding: 0.5rem 1rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
@keyframes tiptapFileUpload {
|
@keyframes tiptapFileUpload {
|
||||||
0% {
|
0% {
|
||||||
opacity: 0.2;
|
opacity: 0.2;
|
||||||
|
|||||||
@@ -354,13 +354,6 @@ export class Nip46Broker extends Emitter {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const deal = trustedKeyDeal(BigInt("0x" + options.secret), m, n)
|
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 signer = Nip01Signer.fromSecret(options.secret)
|
||||||
const ourPubkey = await signer.getPubkey()
|
const ourPubkey = await signer.getPubkey()
|
||||||
const ackRelays = await options.getPubkeyRelays(ourPubkey, RelayMode.Read)
|
const ackRelays = await options.getPubkeyRelays(ourPubkey, RelayMode.Read)
|
||||||
|
|||||||
Reference in New Issue
Block a user