Alpha: Rename Fees into Fees_storage

It was moved before ALpha_context
This commit is contained in:
Pierre Chambart 2018-06-22 00:03:11 +02:00
parent a754672bcf
commit dd8e4d85f9
4 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@
"Vote_storage",
"Commitment_storage",
"Init_storage",
"Fees",
"Fees_storage",
"Alpha_context",

View File

@ -54,7 +54,7 @@ module Script = struct
include Michelson_v1_primitives
include Script_repr
end
module Fees = Fees
module Fees = Fees_storage
type public_key = Signature.Public_key.t
type public_key_hash = Signature.Public_key_hash.t