diff --git a/files/grest/rpc/account/account_info.sql b/files/grest/rpc/account/account_info.sql index a21bd2a7..7fd8ed2d 100644 --- a/files/grest/rpc/account/account_info.sql +++ b/files/grest/rpc/account/account_info.sql @@ -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, diff --git a/files/grest/rpc/account/account_info_cached.sql b/files/grest/rpc/account/account_info_cached.sql index 4a75be43..cd80e8f1 100644 --- a/files/grest/rpc/account/account_info_cached.sql +++ b/files/grest/rpc/account/account_info_cached.sql @@ -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,