Remove redundant function

This commit is contained in:
Taylor Gerring
2015-07-04 11:28:30 -05:00
parent 3be9046c21
commit cd4cc309ae
3 changed files with 3 additions and 18 deletions

View File

@ -413,7 +413,7 @@ type ReceiptRes struct {
Logs *[]interface{} `json:logs`
}
func NewReceiptRes(rec *types.ReceiptForStorage) *ReceiptRes {
func NewReceiptRes(rec *types.Receipt) *ReceiptRes {
if rec == nil {
return nil
}