From cb04ccfa839a0c41aa85ee99e94217e5d8c7226b Mon Sep 17 00:00:00 2001 From: user Date: Fri, 23 Aug 2024 06:59:01 +0300 Subject: [PATCH] fix misprint --- app/api/routes/_blockchain.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/api/routes/_blockchain.py b/app/api/routes/_blockchain.py index 2159a10..d5d4b63 100644 --- a/app/api/routes/_blockchain.py +++ b/app/api/routes/_blockchain.py @@ -95,7 +95,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)), - 'payload': b64encode( + 'payload': ( begin_cell() .store_uint(0x5491d08c, 32) .store_uint(int.from_bytes(encrypted_content_cid.content_hash, "big", signed=False), 256)