You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: handle JSON array parameters intelligently for different RPC methods
- Fix getblock '[blockhash]' issue by extracting first element from JSON arrays
- Maintain backward compatibility for plain string parameters
- Support JSON arrays as-is for methods like logging and importdescriptors
- Extract only first element for single-parameter methods (getblock, getblockhash, gettransaction)
- Extract all elements for multi-parameter methods
- Fix malformed JSON patterns with escaped quotes
0 commit comments