fix: Send password to sign
This commit is contained in:
parent
64ee3a26e4
commit
9c3e08fa32
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user