mirror of
https://github.com/RoboSats/robosats.git
synced 2025-08-02 19:51:45 +00:00
Working robohash
This commit is contained in:
@ -35,7 +35,7 @@ class RoboidentitiesAndroidClient implements RoboidentitiesClient {
|
||||
try {
|
||||
const result = await new Promise<string>((resolve, reject) => {
|
||||
const uuid: string = uuidv4();
|
||||
window.AndroidAppRobosats?.generateRobohash(uuid, initialString);
|
||||
window.AndroidAppRobosats?.generateRobohash(uuid, key);
|
||||
window.AndroidRobosats?.storePromise(uuid, resolve, reject);
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user