mirror of
https://github.com/meshcore-dev/meshcore_py.git
synced 2026-06-11 11:56:18 +00:00
fix error
This commit is contained in:
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "meshcore"
|
name = "meshcore"
|
||||||
version = "2.2.30"
|
version = "2.2.31"
|
||||||
authors = [
|
authors = [
|
||||||
{ name="Florent de Lamotte", email="florent@frizoncorrea.fr" },
|
{ name="Florent de Lamotte", email="florent@frizoncorrea.fr" },
|
||||||
{ name="Alex Wolden", email="awolden@gmail.com" },
|
{ name="Alex Wolden", email="awolden@gmail.com" },
|
||||||
|
|||||||
@@ -551,7 +551,7 @@ class MessageReader:
|
|||||||
res = {}
|
res = {}
|
||||||
attributes = {}
|
attributes = {}
|
||||||
|
|
||||||
pbuf.read(1)
|
dbuf.read(1)
|
||||||
|
|
||||||
if len(data) > 7:
|
if len(data) > 7:
|
||||||
res["pubkey_prefix"] = pbuf.read(6).hex()
|
res["pubkey_prefix"] = pbuf.read(6).hex()
|
||||||
|
|||||||
Reference in New Issue
Block a user