remove nip26.

https://fiatjaf.com/4c79fd7b.html
This commit is contained in:
fiatjaf
2023-06-09 16:24:03 -03:00
parent 6775fa413e
commit 4759ce6d36
4 changed files with 1 additions and 16 deletions

View File

@@ -26,12 +26,6 @@ window.nostr = {
}
},
nip26: {
async delegate(delegateePubkey, conditionsJson) {
return window.nostr._call('nip26.delegate', {delegateePubkey, conditionsJson})
}
},
_call(type, params) {
return new Promise((resolve, reject) => {
let id = Math.random().toString().slice(4)