rpc: set new RawTxHex field in GetTransactions response

This commit is contained in:
Olaoluwa Osuntokun 2019-06-07 07:38:00 -07:00
parent 0db0c5be93
commit 414f501e2b
No known key found for this signature in database
GPG Key ID: CE58F7F8E20FD9A2

@ -3598,6 +3598,7 @@ func (r *rpcServer) GetTransactions(ctx context.Context,
TimeStamp: tx.Timestamp,
TotalFees: tx.TotalFees,
DestAddresses: destAddresses,
RawTxHex: hex.EncodeToString(tx.RawTx),
}
}