feat: Add new batch renewal plugin

This commit is contained in:
2024-11-21 16:10:28 +11:00
parent da9354cb23
commit 00379aaa8f
2 changed files with 99 additions and 4 deletions

View File

@@ -256,10 +256,6 @@ def check_hip2(domain: str):
def send(account,address,amount):
account_name = check_account(account)
password = ":".join(account.split(":")[1:])
response = hsw.rpc_selectWallet(account_name)
if response['error'] is not None:
return {