rcpserver: add missing BlockHeight value to GetTransactions response
This commit is contained in:
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,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user