X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=ts%2Fstructs%2FEventHandler.ts;h=9179c447bc122a1d0ce91ad05fac42bbdd2333ac;hb=0fee03a8095f5599f8eccd920c1b1af6b3a20260;hp=a9d0ee47ebf0cc2879f47a8ded2fc4267f7fe9bd;hpb=7d6be8a5ef72a4ebfe07660cce55f43f6cc30b80;p=ldk-java diff --git a/ts/structs/EventHandler.ts b/ts/structs/EventHandler.ts index a9d0ee47..9179c447 100644 --- a/ts/structs/EventHandler.ts +++ b/ts/structs/EventHandler.ts @@ -53,7 +53,6 @@ import * as bindings from '../bindings' // TODO: figure out location } public void handle_event(Event event) { bindings.EventHandler_handle_event(this.ptr, event == null ? 0 : event.ptr & ~1); - this.ptrs_to.add(event); } }