diff options
| author | Özgür Kesim <oec-taler@kesim.org> | 2022-10-05 19:26:04 +0200 |
|---|---|---|
| committer | Özgür Kesim <oec-taler@kesim.org> | 2022-10-05 19:26:04 +0200 |
| commit | 1f6c8d0c33e054723115333d94d634a16ddaa7c2 (patch) | |
| tree | 1895cb134830f9c836275dc7e0552a8fabfa65da /src/include/taler_auditordb_plugin.h | |
| parent | bcbd909892257d32bcc8ebc85ac2413fc3a26062 (diff) | |
refactor h_extensions -> h_policy, and structs accordingly
Diffstat (limited to 'src/include/taler_auditordb_plugin.h')
| -rw-r--r-- | src/include/taler_auditordb_plugin.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/taler_auditordb_plugin.h b/src/include/taler_auditordb_plugin.h index dff96700..3f7bc658 100644 --- a/src/include/taler_auditordb_plugin.h +++ b/src/include/taler_auditordb_plugin.h @@ -317,9 +317,9 @@ struct TALER_AUDITORDB_DepositConfirmation struct TALER_PrivateContractHashP h_contract_terms; /** - * Hash over the extensions for the deposit. + * Hash over the policy for the deposit. */ - struct TALER_ExtensionContractHashP h_extensions; + struct TALER_ExtensionPolicyHashP h_policy; /** * Hash over the wiring information of the merchant. |
