toecm commited on
Commit
6cc3586
·
verified ·
1 Parent(s): d94eaa7

Update src/trust_agent.py

Browse files
Files changed (1) hide show
  1. 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 PureConvo contract's proposeEntry function.
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