[PAN-2601] Renamed AccountPermissioningProver to TransactionPermissioningProvider to better reflect the interface. (#1432)

Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
pull/2/head
mark-terry 6 years ago committed by Chris Mckay
parent ccf92f0076
commit 5d04b32530
  1. 2
      ethereum/permissioning/src/main/java/tech/pegasys/pantheon/ethereum/permissioning/account/TransactionPermissioningProvider.java

@ -15,6 +15,6 @@ package tech.pegasys.pantheon.ethereum.permissioning.account;
import tech.pegasys.pantheon.ethereum.core.Transaction;
@FunctionalInterface
public interface AccountPermissioningProvider {
public interface TransactionPermissioningProvider {
boolean isPermitted(final Transaction transaction);
}
Loading…
Cancel
Save