rcpserver: add missing BlockHeight value to GetTransactions response

This commit is contained in:
Thomas Preindl 2017-03-05 22:39:42 +01:00 committed by Olaoluwa Osuntokun
parent 35813ad939
commit b880d2dd03

@ -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,
}