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

Commit

Permalink
[PAN-2601] Renamed AccountPermissioningProver to TransactionPermissio…
Browse files Browse the repository at this point in the history
…ningProvider to better reflect the interface. (#1432)
  • Loading branch information
mark-terry authored and Chris Mckay committed May 10, 2019
1 parent 553ff84 commit 0afb17c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
import tech.pegasys.pantheon.ethereum.core.Transaction;

@FunctionalInterface
public interface AccountPermissioningProvider {
public interface TransactionPermissioningProvider {
boolean isPermitted(final Transaction transaction);
}

0 comments on commit 0afb17c

Please sign in to comment.