mirror of
https://github.com/aljazceru/breez-lnd.git
synced 2025-12-17 22:24:21 +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