Alpha: Rename Fees into Fees_storage
It was moved before ALpha_context
This commit is contained in:
parent
a754672bcf
commit
dd8e4d85f9
@ -52,7 +52,7 @@
|
|||||||
"Vote_storage",
|
"Vote_storage",
|
||||||
"Commitment_storage",
|
"Commitment_storage",
|
||||||
"Init_storage",
|
"Init_storage",
|
||||||
"Fees",
|
"Fees_storage",
|
||||||
|
|
||||||
"Alpha_context",
|
"Alpha_context",
|
||||||
|
|
||||||
|
@ -54,7 +54,7 @@ module Script = struct
|
|||||||
include Michelson_v1_primitives
|
include Michelson_v1_primitives
|
||||||
include Script_repr
|
include Script_repr
|
||||||
end
|
end
|
||||||
module Fees = Fees
|
module Fees = Fees_storage
|
||||||
|
|
||||||
type public_key = Signature.Public_key.t
|
type public_key = Signature.Public_key.t
|
||||||
type public_key_hash = Signature.Public_key_hash.t
|
type public_key_hash = Signature.Public_key_hash.t
|
||||||
|
Loading…
Reference in New Issue
Block a user