Skip to content

Commit

Permalink
fix account_info
Browse files Browse the repository at this point in the history
  • Loading branch information
Scitz0 committed Aug 25, 2024
1 parent 0ee85fa commit c0e03c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion files/grest/rpc/account/account_info.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ RETURNS TABLE (
stake_address varchar,
status text,
delegated_pool varchar,
delegated_drep varchar,
delegated_drep text,
total_balance text,
utxo text,
rewards text,
Expand Down
2 changes: 1 addition & 1 deletion files/grest/rpc/account/account_info_cached.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ RETURNS TABLE (
stake_address varchar,
status text,
delegated_pool varchar,
delegated_drep varchar,
delegated_drep text,
total_balance text,
utxo text,
rewards text,
Expand Down

0 comments on commit c0e03c8

Please sign in to comment.