rpcserver: add BlockHeight param to SubscribeTransactions stream
This commit is contained in:
parent
20a5ee2f1e
commit
850085782a
@ -3622,6 +3622,7 @@ func (r *rpcServer) SubscribeTransactions(req *lnrpc.GetTransactionsRequest,
|
||||
Amount: int64(tx.Value),
|
||||
NumConfirmations: tx.NumConfirmations,
|
||||
BlockHash: tx.BlockHash.String(),
|
||||
BlockHeight: tx.BlockHeight,
|
||||
TimeStamp: tx.Timestamp,
|
||||
TotalFees: tx.TotalFees,
|
||||
DestAddresses: destAddresses,
|
||||
|
Loading…
Reference in New Issue
Block a user