Commit 6f5bb220 by github-actions

Transpile e8d744a9

parent f9cdbd7d
...@@ -20,7 +20,7 @@ import "../../proxy/utils/Initializable.sol"; ...@@ -20,7 +20,7 @@ import "../../proxy/utils/Initializable.sol";
* to the escrow's deposit and withdraw. * to the escrow's deposit and withdraw.
*/ */
contract EscrowUpgradeable is Initializable, OwnableUpgradeable { contract EscrowUpgradeable is Initializable, OwnableUpgradeable {
function initialize public virtual initializer { function initialize() public virtual initializer {
__Escrow_init(); __Escrow_init();
} }
function __Escrow_init() internal initializer { function __Escrow_init() internal initializer {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment