diff --git a/rpcserver.go b/rpcserver.go index f8a016c9d..98c20cd08 100644 --- a/rpcserver.go +++ b/rpcserver.go @@ -1352,6 +1352,7 @@ func (r *rpcServer) GetTransactions(context.Context, Amount: tx.Value.ToBTC(), NumConfirmations: tx.NumConfirmations, BlockHash: tx.BlockHash.String(), + BlockHeight: tx.BlockHeight, TimeStamp: tx.Timestamp, TotalFees: tx.TotalFees, }