Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
gluk64 committed Feb 12, 2020
1 parent 3f29fff commit 285a787
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions contracts/contracts/Franklin.sol
Original file line number Diff line number Diff line change
Expand Up @@ -20,27 +20,9 @@ contract Franklin {
/// @notice Priority Queue contract. Contains priority requests list
PriorityQueue internal priorityQueue;

// /// @notice Token id bytes lengths
// uint8 constant TOKEN_BYTES = 2;

// /// @notice Token amount bytes lengths
// uint8 constant AMOUNT_BYTES = 16;

// /// @notice Address bytes lengths
// uint8 constant ETH_ADDR_BYTES = 20;

/// @notice Franklin chain address length
uint8 constant PUBKEY_HASH_BYTES = 20;

// /// @notice Fee bytes lengths
// uint8 constant FEE_BYTES = 2;

// /// @notice Franklin account id bytes lengths
// uint8 constant ACC_NUM_BYTES = 3;

// /// @notice Franklin nonce bytes lengths
// uint8 constant NONCE_BYTES = 4;

/// @notice Public key bytes length
uint8 constant PUBKEY_BYTES = 32;

Expand Down

0 comments on commit 285a787

Please sign in to comment.