dev@locazia: fix misprint
This commit is contained in:
parent
ee5079c062
commit
e947a99ff5
|
|
@ -115,7 +115,7 @@ async def s_api_v1_blockchain_send_new_content_message(request):
|
|||
.store_ref(
|
||||
begin_cell()
|
||||
.store_uint(1, 8)
|
||||
.store_bytes(f"{PROJECT_HOST}/api/v1/storage/{metadata_content.hash}".encode())
|
||||
.store_bytes(f"{PROJECT_HOST}/api/v1/storage/{metadata_content.cid.serialize_v1()}".encode())
|
||||
.end_cell()
|
||||
)
|
||||
.store_ref(
|
||||
|
|
|
|||
Loading…
Reference in New Issue