mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-23 11:27:38 +08:00
take data_privkey as a kwarg
This commit is contained in:
@@ -439,7 +439,7 @@ class RegistrarWorker(threading.Thread):
|
||||
|
||||
profile_payload = set_profile_timestamp(profile_payload)
|
||||
|
||||
rc = put_mutable_data( name_data['fqu'], profile_payload, data_privkey, required=storage_drivers, profile=True, blockchain_id=name_data['fqu'] )
|
||||
rc = put_mutable_data( name_data['fqu'], profile_payload, data_privkey=data_privkey, required=storage_drivers, profile=True, blockchain_id=name_data['fqu'] )
|
||||
if not rc:
|
||||
log.info("Failed to replicate profile for %s" % (name_data['fqu']))
|
||||
return {'error': 'Failed to store profile'}
|
||||
|
||||
Reference in New Issue
Block a user