mirror of
https://github.com/aljazceru/ditto.git
synced 2026-01-29 18:14:23 +01:00
refactor: rename createZapSplitsIfNotExists to seedZapSplits
This commit is contained in:
@@ -39,7 +39,7 @@ export async function getZapSplits(store: NStore, pubkey: string): Promise<Ditto
|
||||
return zapSplits;
|
||||
}
|
||||
|
||||
export async function createZapSplitsIfNotExists() {
|
||||
export async function seedZapSplits() {
|
||||
const store = await Storages.admin();
|
||||
|
||||
const zap_split: DittoZapSplits | undefined = await getZapSplits(store, Conf.pubkey);
|
||||
|
||||
Reference in New Issue
Block a user