fix misprint
This commit is contained in:
parent
569893b0aa
commit
cb04ccfa83
|
|
@ -95,7 +95,7 @@ async def s_api_v1_blockchain_send_new_content_message(request):
|
||||||
return response.json({
|
return response.json({
|
||||||
'address': platform.address.to_string(1, 1, 1),
|
'address': platform.address.to_string(1, 1, 1),
|
||||||
'amount': str(int(0.15 * 10 ** 9)),
|
'amount': str(int(0.15 * 10 ** 9)),
|
||||||
'payload': b64encode(
|
'payload': (
|
||||||
begin_cell()
|
begin_cell()
|
||||||
.store_uint(0x5491d08c, 32)
|
.store_uint(0x5491d08c, 32)
|
||||||
.store_uint(int.from_bytes(encrypted_content_cid.content_hash, "big", signed=False), 256)
|
.store_uint(int.from_bytes(encrypted_content_cid.content_hash, "big", signed=False), 256)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue