mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-07-01 19:10:59 +02:00
rpcserver: add REST workarounds, implement new RPC calls
This commit adds a few workarounds in order to concurrently support the REST proxy as well as the regular gRPC interface. Additionally, concrete support for the following RPC calls has been added: GetTransactions, SubscriptTransactions, SubscribeInvoices, and NewWitnessAddress.
This commit is contained in:
@ -134,6 +134,7 @@ out:
|
||||
midStageOutputs <- immatureUtxo
|
||||
}()
|
||||
}
|
||||
// TODO(roasbeef): rename to preschool and kindergarden
|
||||
case midUtxo := <-midStageOutputs:
|
||||
// The transaction creating the output has been
|
||||
// created, so we move it from early stage to
|
||||
|
Reference in New Issue
Block a user