-fix SQL query
This commit is contained in:
parent
122c926493
commit
4e9c43954e
@ -56,6 +56,7 @@ TEH_PG_select_aml_threshold (
|
|||||||
"SELECT"
|
"SELECT"
|
||||||
" threshold_val"
|
" threshold_val"
|
||||||
",threshold_frac"
|
",threshold_frac"
|
||||||
|
",status"
|
||||||
",kyc_requirement"
|
",kyc_requirement"
|
||||||
" FROM aml_status"
|
" FROM aml_status"
|
||||||
" WHERE h_payto=$1;");
|
" WHERE h_payto=$1;");
|
||||||
|
@ -1947,6 +1947,7 @@ void
|
|||||||
TALER_payto_hash (const char *payto,
|
TALER_payto_hash (const char *payto,
|
||||||
struct TALER_PaytoHashP *h_payto);
|
struct TALER_PaytoHashP *h_payto);
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Details about a planchet that the customer wants to obtain
|
* Details about a planchet that the customer wants to obtain
|
||||||
* a withdrawal authorization. This is the information that
|
* a withdrawal authorization. This is the information that
|
||||||
|
Loading…
Reference in New Issue
Block a user