Skip to content

Commit

Permalink
Move FeePerKbStorageIndexKey into feeperkb package
Browse files Browse the repository at this point in the history
  • Loading branch information
marcos-iov committed Aug 6, 2024
1 parent aabcffb commit 9b37dc4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package co.rsk.peg.storage;
package co.rsk.peg.feeperkb;

import org.ethereum.vm.DataWord;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

import java.util.Optional;

import static co.rsk.peg.storage.FeePerKbStorageIndexKey.FEE_PER_KB_ELECTION;
import static co.rsk.peg.storage.FeePerKbStorageIndexKey.FEE_PER_KB;
import static co.rsk.peg.feeperkb.FeePerKbStorageIndexKey.FEE_PER_KB_ELECTION;
import static co.rsk.peg.feeperkb.FeePerKbStorageIndexKey.FEE_PER_KB;

public class FeePerKbStorageProviderImpl implements FeePerKbStorageProvider {
private final StorageAccessor bridgeStorageAccessor;
Expand Down

0 comments on commit 9b37dc4

Please sign in to comment.