bitcoin: fix wallet

This commit is contained in:
ryjm 2021-09-29 14:38:29 -04:00
parent 029f839be5
commit faef2c17aa

View File

@ -159,7 +159,7 @@ export const SettingsProvider: React.FC<Props> = ({ channel, children }) => {
const initializeSettings = () => {
let app = 'settings-store';
let path = `/bucket/${window.desk}btc-wallet`;
let path = `/bucket/${window.desk}/btc-wallet`;
fetch(`/~/scry/${app}${path}.json`)
.then((res) => res.json())