Use shared.stream when assembling i2p_dest object instead of hardcoded 1

This commit is contained in:
Lee Miller 2023-08-12 03:49:03 +03:00
parent fda6ecfe01
commit 7812e4bbc2
Signed by untrusted user: lee.miller
GPG Key ID: 4F97A5EA88F4AB63
1 changed files with 1 additions and 1 deletions

View File

@ -193,5 +193,5 @@ class Manager(threading.Thread):
obj = structure.Object(
b'\x00' * 8, int(time.time() + 2 * 3600),
shared.i2p_dest_obj_type, shared.i2p_dest_obj_version,
1, dest_pub_raw)
shared.stream, dest_pub_raw)
proofofwork.do_pow_and_publish(obj)