add free upload hint
This commit is contained in:
parent
4643d7f202
commit
7d962d463b
|
|
@ -188,7 +188,9 @@ async def s_api_v1_blockchain_send_new_content_message(request):
|
|||
}
|
||||
)
|
||||
return response.json({
|
||||
'promoUpload': True,
|
||||
'address': "free",
|
||||
'amount': str(int(0.03 * 10 ** 9)),
|
||||
'payload': ""
|
||||
})
|
||||
|
||||
await request.ctx.user_uploader_wrapper.send_message(
|
||||
|
|
|
|||
Loading…
Reference in New Issue