From b866e6b14af817c862c2cf951262701c63b26f54 Mon Sep 17 00:00:00 2001 From: chylli-deriv Date: Thu, 18 May 2023 10:12:32 +0800 Subject: [PATCH] debug --- lib/Ethereum/RPC/Client.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Ethereum/RPC/Client.pm b/lib/Ethereum/RPC/Client.pm index 878356f..fa125c8 100644 --- a/lib/Ethereum/RPC/Client.pm +++ b/lib/Ethereum/RPC/Client.pm @@ -31,7 +31,7 @@ sub AUTOLOAD { return if ($method eq 'DESTROY'); my $url = "http://" . $self->host . ":" . $self->port; - + print STDERR "url: $url\n"; $self->{id} = 1; my $obj = { id => $self->{id}++,