tiny tidying up

This commit is contained in:
Samuel Andert
2023-07-25 09:45:07 +02:00
parent 44d668d7af
commit 70fe76279e
4 changed files with 5 additions and 5 deletions

View File

@ -37,7 +37,7 @@ const chronicleChain = {
testnet: true
};
export function initProvider(data: ProviderData) {
export function initChainProvider(data: ProviderData) {
createMessage({
text: 'Provider setup initialization started...',
sender: '$lib/services/provider.ts',