Skip to content

Commit 017f1c6

Browse files
author
Jude Nelson
authored
Merge pull request #5 from vsund/rc-0.14.1
Rename parameter for gpg_list_profile_keys()
2 parents 66fb187 + 2b1bafa commit 017f1c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

blockstack_gpg/gpg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ def gpg_export_key( appname, key_id, config_dir=None, include_private=False ):
300300
return keydat
301301

302302

303-
def gpg_list_profile_keys( name, proxy=None, wallet_keys=None, config_dir=None ):
303+
def gpg_list_profile_keys( blockchain_id, proxy=None, wallet_keys=None, config_dir=None ):
304304
"""
305305
List all GPG keys in a user profile:
306306
Return a list of {'identifier': key ID, 'contentUrl': URL to the key data} on success

0 commit comments

Comments
 (0)