Skip to content

Commit

Permalink
Add new methods from darabase api plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
On1x committed Jul 27, 2023
1 parent 2a5ff74 commit 7042685
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions class/VIZ/JsonRPC.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ function set_header($name,$value){
/* Blocks and transactions */
'get_block'=>'database_api',
'get_block_header'=>'database_api',
'get_irreversible_block'=>'database_api',
'get_irreversible_block_header'=>'database_api',
'set_block_applied_callback'=>'database_api',
'get_chain_properties'=>'database_api',
'get_config'=>'database_api',
Expand Down

0 comments on commit 7042685

Please sign in to comment.