generated from nathanwoodburn/firewallet-plugin-template
fix: Send password to sign
This commit is contained in:
@ -189,7 +189,7 @@ def hnslinks(params, authentication):
|
||||
return {"status": "Error getting wallet address"}
|
||||
|
||||
# Sign message hns-links
|
||||
response = account.signMessage(wallet,domain,"hns-links")
|
||||
response = account.signMessage(authentication,domain,"hns-links")
|
||||
if "error" in response:
|
||||
return {"status": "Error signing message"}
|
||||
return {"status": response}
|
||||
|
Reference in New Issue
Block a user