Skip to content

Commit

Permalink
Obey the linter
Browse files Browse the repository at this point in the history
  • Loading branch information
ingar authored and hannahhoward committed Apr 7, 2020
1 parent f2cf47b commit f4c937a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion retrievalmarket/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ func NewParamsV1(pricePerByte abi.TokenAmount, paymentInterval uint64, paymentIn
}

return Params{
Selector: &cbg.Deferred{buffer.Bytes()},
Selector: &cbg.Deferred{Raw: buffer.Bytes()},
PricePerByte: pricePerByte,
PaymentInterval: paymentInterval,
PaymentIntervalIncrease: paymentIntervalIncrease,
Expand Down

0 comments on commit f4c937a

Please sign in to comment.