mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-28 19:55:53 +03:00
bitcoin: fix wallet
This commit is contained in:
parent
029f839be5
commit
faef2c17aa
@ -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())
|
||||
|
Loading…
Reference in New Issue
Block a user