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