Update waku/wrapper.py

Co-authored-by: Ivan FB <128452529+Ivansete-status@users.noreply.github.com>
This commit is contained in:
AYAHASSAN287 2026-02-28 21:20:50 +01:00 committed by GitHub
parent 1f67f2ee5b
commit a42e4b7885
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -57,7 +57,6 @@ lib = ffi.dlopen(str(_repo_root / "lib" / "liblogosdelivery.so"))
CallbackType = ffi.callback("void(int, const char*, size_t, void*)")
class NodeWrapper:
def __init__(self, ctx, config_buffer):
self.ctx = ctx