This commit is contained in:
Michele Balistreri 2019-10-16 14:46:06 +03:00
parent 6bf8da8374
commit 8cb43e6717
No known key found for this signature in database
GPG Key ID: E9567DA33A4F791A
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ public class CashApplicationInfo {
*
* @return the public key
*/
public byte[] getPubDate() {
public byte[] getPubData() {
return pubData;
}
}