set newContent amount task
This commit is contained in:
parent
a35481fa71
commit
b63f663bd2
|
|
@ -133,6 +133,7 @@ async def s_api_v1_blockchain_send_new_content_message(request):
|
||||||
|
|
||||||
blockchain_task = BlockchainTask(
|
blockchain_task = BlockchainTask(
|
||||||
destination=platform.address.to_string(1, 1, 1),
|
destination=platform.address.to_string(1, 1, 1),
|
||||||
|
amount=str(int(0.03 * 10 ** 9)),
|
||||||
payload=b64encode(
|
payload=b64encode(
|
||||||
begin_cell()
|
begin_cell()
|
||||||
.store_uint(0x5491d08c, 32)
|
.store_uint(0x5491d08c, 32)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue