missed one reference for requestChannelRetries 🤡

This commit is contained in:
Derek Arnold
2024-09-15 14:01:41 -05:00
parent 62f5201a38
commit 8f2c397fbf

View File

@@ -275,7 +275,7 @@ def onConnected(interface):
# convenient place to store any keyword args we pass to getNode
getNode_kwargs = {
"requestChannelRetries": args.channel_fetch_attempts,
"requestChannelAttempts": args.channel_fetch_attempts,
"timeout": args.timeout
}