Skip to content

Commit

Permalink
delete Timelock for compatibility w/ latest specs-actors (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
shannonwells committed Feb 28, 2020
1 parent 774c55f commit 05085cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion shared_testutil/test_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ import (
// MakeTestSignedVoucher generates a random SignedVoucher that has all non-zero fields
func MakeTestSignedVoucher() *paych.SignedVoucher {
return &paych.SignedVoucher{
TimeLock: abi.ChainEpoch(rand.Int63()),
SecretPreimage: []byte("secret-preimage"),
Extra: MakeTestModVerifyParams(),
Lane: rand.Uint64(),
Expand Down

0 comments on commit 05085cf

Please sign in to comment.