Skip to content

Commit

Permalink
Merge pull request #128 from atomicals/rename-cont
Browse files Browse the repository at this point in the history
rename to collection
  • Loading branch information
atomicals authored Feb 19, 2024
2 parents f2ea286 + 990f27a commit 26cbe01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electrumx/server/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -2043,7 +2043,7 @@ async def atomicals_search_subrealms(self, parent_realm_id_compact, prefix=None,
async def atomicals_search_containers(self, prefix=None, Reverse=False, Limit=100, Offset=0):
if isinstance(prefix, str):
prefix = prefix.encode()
return self.atomicals_search_name_template(b'co', 'container', None, prefix, Reverse, Limit, Offset)
return self.atomicals_search_name_template(b'co', 'collection', None, prefix, Reverse, Limit, Offset)

async def atomicals_at_location(self, compact_location_id):
'''Return the Atomicals at a specific location id```
Expand Down

0 comments on commit 26cbe01

Please sign in to comment.