From c9fcb0a00cb8ec2ebb30a7b2bbd60e0fa577ff83 Mon Sep 17 00:00:00 2001 From: ManuelArto Date: Fri, 26 Jun 2026 17:58:18 +0200 Subject: [PATCH] fix(debug_getRawTransaction): update test response to return null instead of empty hex string --- integration/mainnet/debug_getRawTransaction/test_06.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/mainnet/debug_getRawTransaction/test_06.json b/integration/mainnet/debug_getRawTransaction/test_06.json index 4859b9fb..5d06c2a7 100644 --- a/integration/mainnet/debug_getRawTransaction/test_06.json +++ b/integration/mainnet/debug_getRawTransaction/test_06.json @@ -11,7 +11,7 @@ "response": { "id": 1, "jsonrpc": "2.0", - "result": "0x" + "result": null } } ]