From df51a478f43dcd8f8503f762c5a8abcf7e7dc55d Mon Sep 17 00:00:00 2001 From: "Owain G. Ainsworth" Date: Mon, 27 Jan 2014 23:29:49 +0000 Subject: [PATCH] fix merge conflict, remove duplicate map entry --- cmdmgr.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cmdmgr.go b/cmdmgr.go index 9492019..f91e00b 100644 --- a/cmdmgr.go +++ b/cmdmgr.go @@ -68,7 +68,6 @@ var rpcHandlers = map[string]cmdHandler{ "listaddressgroupings": Unimplemented, "listlockunspent": Unimplemented, "listreceivedbyaccount": Unimplemented, - "listsinceblock": Unimplemented, "listreceivedbyaddress": Unimplemented, "listunspent": Unimplemented, "lockunspent": Unimplemented,