mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-07-25 11:11:26 +00:00
added publish qortalrequest
This commit is contained in:
@@ -43,7 +43,7 @@ async function getSaveWallet() {
|
||||
throw new Error("No wallet saved");
|
||||
}
|
||||
}
|
||||
async function getNameInfo() {
|
||||
export async function getNameInfo() {
|
||||
const wallet = await getSaveWallet();
|
||||
const address = wallet.address0;
|
||||
const validApi = await getBaseApi()
|
||||
|
Reference in New Issue
Block a user