diff --git a/rpcserver.go b/rpcserver.go index bafa8244..8cf627e4 100644 --- a/rpcserver.go +++ b/rpcserver.go @@ -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,