Fix freeze RPC (#2053)

This commit is contained in:
Mariano Sorgente 2021-04-19 02:51:30 +09:00 committed by GitHub
parent ad8847618a
commit bca75b2859
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -492,7 +492,7 @@ class WalletRpcApi:
"wallet_id": wallet_id,
}
async def get_initial_freeze_period(self):
async def get_initial_freeze_period(self, _: Dict):
freeze_period = self.service.constants.INITIAL_FREEZE_END_TIMESTAMP
return {"INITIAL_FREEZE_END_TIMESTAMP": freeze_period}