mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-07-07 14:00:08 +02:00
rcpserver: add missing BlockHeight value to GetTransactions response
This commit is contained in:
committed by
Olaoluwa Osuntokun
parent
35813ad939
commit
b880d2dd03
@ -1352,6 +1352,7 @@ func (r *rpcServer) GetTransactions(context.Context,
|
|||||||
Amount: tx.Value.ToBTC(),
|
Amount: tx.Value.ToBTC(),
|
||||||
NumConfirmations: tx.NumConfirmations,
|
NumConfirmations: tx.NumConfirmations,
|
||||||
BlockHash: tx.BlockHash.String(),
|
BlockHash: tx.BlockHash.String(),
|
||||||
|
BlockHeight: tx.BlockHeight,
|
||||||
TimeStamp: tx.Timestamp,
|
TimeStamp: tx.Timestamp,
|
||||||
TotalFees: tx.TotalFees,
|
TotalFees: tx.TotalFees,
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user