Add todos
This commit is contained in:
parent
38e9af24ec
commit
75c8f82072
1 changed files with 1 additions and 0 deletions
|
@ -187,6 +187,7 @@ async def handle_edit_comment(app, comment: str = None, comment_id: str = None,
|
|||
return get_comment(comment_id)
|
||||
|
||||
|
||||
# TODO: retrieve stake amounts for each channel & store in db
|
||||
def handle_create_comment(app, comment: str = None, claim_id: str = None,
|
||||
parent_id: str = None, channel_id: str = None, channel_name: str = None,
|
||||
signature: str = None, signing_ts: str = None) -> dict:
|
||||
|
|
Loading…
Reference in a new issue