feat: Pull updates from main
All checks were successful
Build Docker / Build Image (push) Successful in 1m16s
All checks were successful
Build Docker / Build Image (push) Successful in 1m16s
Merges updates from #1
This commit is contained in:
@@ -1276,7 +1276,7 @@ def _execute_batch_operation(account_name, batch, operation_type="sendbatch"):
|
||||
# Make the batch request
|
||||
try:
|
||||
response = requests.post(
|
||||
f"http://x:{HSD_API}@{HSD_IP}:{HSD_WALLET_PORT}",
|
||||
get_wallet_api_url(),
|
||||
json={"method": operation_type, "params": [batch]},
|
||||
timeout=30 # Add timeout to prevent hanging
|
||||
).json()
|
||||
|
||||
Reference in New Issue
Block a user