From c0e03c86647852e5ed740dd1e71f372b850f5810 Mon Sep 17 00:00:00 2001 From: Ola Date: Sun, 25 Aug 2024 23:15:38 +0200 Subject: [PATCH] fix account_info --- files/grest/rpc/account/account_info.sql | 2 +- files/grest/rpc/account/account_info_cached.sql | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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,