fix tx method

This commit is contained in:
shah 2024-03-12 17:55:56 -07:00
parent 833f15f631
commit 01b229986a
2 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@ SELECT
'grpc',
'proto3',
'method',
'get_transaction_by_block_i_d',
'get_transactions_by_block_i_d',
'block_height',
block_height :: INTEGER,
'method_params',

View File

@ -59,7 +59,7 @@ SELECT
'grpc',
'proto3',
'method',
'get_transaction_by_block_i_d',
'get_transactions_by_block_i_d',
'block_height',
block_height :: INTEGER,
'method_params',