dev@locazia: fix metadata type
This commit is contained in:
parent
28030b7ea9
commit
d571281b51
|
|
@ -121,7 +121,7 @@ async def s_api_v1_blockchain_send_new_content_message(request):
|
||||||
.store_ref(
|
.store_ref(
|
||||||
begin_cell()
|
begin_cell()
|
||||||
.store_uint(1, 8)
|
.store_uint(1, 8)
|
||||||
.store_bytes(f"{PROJECT_HOST}/api/v1/storage/{metadata_content.cid.serialize_v2()}".encode())
|
.store_bytes(f"{PROJECT_HOST}/api/v1/storage/{metadata_content.cid.serialize_v2(include_accept_type=True)}".encode())
|
||||||
.end_cell()
|
.end_cell()
|
||||||
)
|
)
|
||||||
.store_ref(
|
.store_ref(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue