diff --git a/nip46.ts b/nip46.ts index 03a0469..1157384 100644 --- a/nip46.ts +++ b/nip46.ts @@ -285,7 +285,7 @@ export async function createAccount( * Fetches info on available providers that announce themselves using NIP-89 events. * @returns A promise that resolves to an array of available bunker objects. */ -export async function fetchCustodialbunkers(pool: AbstractSimplePool, relays: string[]): Promise { +export async function fetchCustodialBunkers(pool: AbstractSimplePool, relays: string[]): Promise { const events = await pool.querySync(relays, { kinds: [Handlerinformation], '#k': [NostrConnect.toString()],