fix ui responsive ness
This commit is contained in:
parent
6e4a01cc51
commit
90058deb1a
126 changed files with 63419 additions and 63416 deletions
12
genkey.js
12
genkey.js
|
|
@ -1,6 +1,6 @@
|
|||
import { generatePrivateKey, getPublicKey } from 'nostr-tools'
|
||||
const p = generatePrivateKey()
|
||||
console.log({
|
||||
privateKey: p,
|
||||
publicKey: getPublicKey(Buffer.from(p, 'hex'))
|
||||
})
|
||||
import { generatePrivateKey, getPublicKey } from 'nostr-tools'
|
||||
const p = generatePrivateKey()
|
||||
console.log({
|
||||
privateKey: p,
|
||||
publicKey: getPublicKey(Buffer.from(p, 'hex'))
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue