Spaces:
Running
Running
Update src/trust_agent.py
Browse files- src/trust_agent.py +1 -1
src/trust_agent.py
CHANGED
|
@@ -164,7 +164,7 @@ class AgentTrust:
|
|
| 164 |
def stamp_on_chain(self, payload):
|
| 165 |
"""
|
| 166 |
Hashes the validated sociolinguistic data and mints it to the Purechain ledger
|
| 167 |
-
using the
|
| 168 |
"""
|
| 169 |
import json
|
| 170 |
import hashlib
|
|
|
|
| 164 |
def stamp_on_chain(self, payload):
|
| 165 |
"""
|
| 166 |
Hashes the validated sociolinguistic data and mints it to the Purechain ledger
|
| 167 |
+
using the PureVersation contract's proposeEntry function.
|
| 168 |
"""
|
| 169 |
import json
|
| 170 |
import hashlib
|