aboutsummaryrefslogtreecommitdiff
path: root/src/exchangedb/exchange_get_ready_deposit.sql
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-07-30 14:02:40 +0200
committerChristian Grothoff <christian@grothoff.org>2023-07-30 14:02:40 +0200
commita29f04189c8b7457ede0b3ac01222b88853325a8 (patch)
treec00400029ee53863481c2e30ffea5c275685733c /src/exchangedb/exchange_get_ready_deposit.sql
parentafa706914fefc90812c0bda01341e1dcfca06840 (diff)
downloadexchange-a29f04189c8b7457ede0b3ac01222b88853325a8.tar.xz
unify to TEXT instead of mixing TEXT and VARCHAR
Diffstat (limited to 'src/exchangedb/exchange_get_ready_deposit.sql')
-rw-r--r--src/exchangedb/exchange_get_ready_deposit.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchangedb/exchange_get_ready_deposit.sql b/src/exchangedb/exchange_get_ready_deposit.sql
index 4f76463fc..2186f561a 100644
--- a/src/exchangedb/exchange_get_ready_deposit.sql
+++ b/src/exchangedb/exchange_get_ready_deposit.sql
@@ -17,7 +17,7 @@ CREATE OR REPLACE FUNCTION exchange_do_get_ready_deposit(
IN in_now INT8,
IN in_start_shard_now INT8,
IN in_end_shard_now INT8,
- OUT out_payto_uri VARCHAR,
+ OUT out_payto_uri TEXT,
OUT out_merchant_pub BYTEA
)
LANGUAGE plpgsql