mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-11-11 22:57:59 +01:00
routing/chainview: remove possibility of deadlock in shutdown of blockEventQueue
This commit is contained in:
@@ -2173,7 +2173,7 @@ func (r *rpcServer) GetTransactions(ctx context.Context,
|
||||
}
|
||||
}
|
||||
|
||||
// TODO(btcsuite): add pagination support
|
||||
// TODO(roasbeef): add pagination support
|
||||
transactions, err := r.server.cc.wallet.ListTransactionDetails()
|
||||
if err != nil {
|
||||
return nil, err
|
||||
|
||||
Reference in New Issue
Block a user