Skip to content
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.

Commit

Permalink
Cleanup/unused code (#51)
Browse files Browse the repository at this point in the history
* delete old payment channel tests
* remove unused paych interface getter
  • Loading branch information
frrist authored Dec 2, 2019
1 parent 08106c1 commit cfccabb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 68 deletions.
3 changes: 0 additions & 3 deletions pkg/state/wrapper.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ type Wrapper interface {
// Returns the actor state at `address` (or an error if there is none).
Actor(address address.Address) (Actor, error)

// Returns an abstraction over a payment channel actors state.
PaymentChannelActorState(address address.Address) (PaymentChannelActorState, error)

// Returns the actor storage for the actor at `address` (which is empty if there is no such actor).
Storage(address address.Address) (Storage, error)

Expand Down
65 changes: 0 additions & 65 deletions pkg/suites/paymentchannel_actor.go

This file was deleted.

0 comments on commit cfccabb

Please sign in to comment.