Skip to content

Instantly share code, notes, and snippets.

@PierreRochard
Created November 3, 2018 16:38
Show Gist options
  • Save PierreRochard/27c548aeb5e2e5d9c53d632659b4fc3c to your computer and use it in GitHub Desktop.
Save PierreRochard/27c548aeb5e2e5d9c53d632659b4fc3c to your computer and use it in GitHub Desktop.
2018-11-03 12:34:10.500 [INF] DISC: Broadcasting batch of 2 new announcements
2018-11-03 12:34:40.501 [INF] DISC: Broadcasting batch of 4 new announcements
2018-11-03 12:35:10.500 [INF] DISC: Broadcasting batch of 3 new announcements
2018-11-03 12:35:40.499 [INF] DISC: Broadcasting batch of 1 new announcements
2018-11-03 12:36:21.474 [INF] RPCS: [listchannels] fetched 3 channels from DB
2018-11-03 12:36:21.474 [INF] RPCS: [listchannels] fetched 3 channels from DB
2018-11-03 12:36:42.041 [INF] RPCS: [listchannels] fetched 3 channels from DB
2018-11-03 12:36:47.475 [INF] RPCS: [newaddress] addr=tb1qfs02pqxf4jq30x5wmeevtsm9jddtus7luhep3j
2018-11-03 12:36:56.303 [INF] RPCS: [sendcoins] addr=tb1qfs02pqxf4jq30x5wmeevtsm9jddtus7luhep3j, amt=0.0018 BTC, sat/kw=253
2018-11-03 12:36:56.316 [INF] LNWL: Inserting unconfirmed transaction 29b4a9242652c10a71c31eb252a2324b662da8dc2d5eebecf7772f2ce057e635
2018-11-03 12:36:56.333 [INF] RPCS: [sendcoins] spend generated txid: 29b4a9242652c10a71c31eb252a2324b662da8dc2d5eebecf7772f2ce057e635
panic: runtime error: invalid memory address or nil pointer dereference
[signal 0xc0000005 code=0x0 addr=0x0 pc=0xcfd6c4]
goroutine 236114 [running]:
main.(*rpcServer).GetTransactions(0xc0001eed20, 0x1215120, 0xc000e54a20, 0x1a2b100, 0xc0001eed20, 0xc01067bf80, 0xc0002877a0)
/Users/roasbeef/gocode/src/github.com/lightningnetwork/lnd/rpcserver.go:3021 +0x214
github.com/lightningnetwork/lnd/lnrpc._Lightning_GetTransactions_Handler.func1(0x1215120, 0xc000e54a20, 0xea1a80, 0x1a2b100, 0x1, 0x1, 0x0, 0x0)
/Users/roasbeef/gocode/src/github.com/lightningnetwork/lnd/lnrpc/rpc.pb.go:6271 +0x90
github.com/lightningnetwork/lnd/macaroons.(*Service).UnaryServerInterceptor.func1(0x1215120, 0xc000e54a20, 0xea1a80, 0x1a2b100, 0xc01067bf60, 0xc01067bf80, 0xc0105abb50, 0x40cc3f, 0x50, 0xf44540)
/Users/roasbeef/gocode/src/github.com/lightningnetwork/lnd/macaroons/service.go:126 +0x15a
github.com/lightningnetwork/lnd/lnrpc._Lightning_GetTransactions_Handler(0xf9c540, 0xc0001eed20, 0x1215120, 0xc000e54a20, 0xc000840230, 0xc000344320, 0x0, 0x0, 0x0, 0x0)
/Users/roasbeef/gocode/src/github.com/lightningnetwork/lnd/lnrpc/rpc.pb.go:6273 +0x15f
github.com/lightningnetwork/lnd/vendor/google.golang.org/grpc.(*Server).processUnaryRPC(0xc0004be140, 0x121a840, 0xc001464d80, 0xc000bd5900, 0xc0001ef320, 0x19e8e50, 0xc0004f4f60, 0x0, 0x0)
/Users/roasbeef/gocode/src/github.com/lightningnetwork/lnd/vendor/google.golang.org/grpc/server.go:781 +0x8f3
github.com/lightningnetwork/lnd/vendor/google.golang.org/grpc.(*Server).handleStream(0xc0004be140, 0x121a840, 0xc001464d80, 0xc000bd5900, 0xc0004f4f60)
/Users/roasbeef/gocode/src/github.com/lightningnetwork/lnd/vendor/google.golang.org/grpc/server.go:981 +0x130f
github.com/lightningnetwork/lnd/vendor/google.golang.org/grpc.(*Server).serveStreams.func1.1(0xc0009fe1e0, 0xc0004be140, 0x121a840, 0xc001464d80, 0xc000bd5900)
/Users/roasbeef/gocode/src/github.com/lightningnetwork/lnd/vendor/google.golang.org/grpc/server.go:551 +0xa6
created by github.com/lightningnetwork/lnd/vendor/google.golang.org/grpc.(*Server).serveStreams.func1
/Users/roasbeef/gocode/src/github.com/lightningnetwork/lnd/vendor/google.golang.org/grpc/server.go:549 +0xa8
PS C:\Users\pierre>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment