edit upload price
This commit is contained in:
parent
219dadb35b
commit
c2e46aff93
|
|
@ -112,7 +112,7 @@ async def s_api_v1_blockchain_send_new_content_message(request):
|
|||
|
||||
return response.json({
|
||||
'address': platform.address.to_string(1, 1, 1),
|
||||
'amount': str(int(0.15 * 10 ** 9)),
|
||||
'amount': str(int(0.015 * 10 ** 9)),
|
||||
'payload': b64encode(
|
||||
begin_cell()
|
||||
.store_uint(0x5491d08c, 32)
|
||||
|
|
|
|||
Loading…
Reference in New Issue