Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bitgamma committed Oct 16, 2019
1 parent 6bf8da8 commit 8cb43e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public String getAppVersionString() {
*
* @return the public key
*/
public byte[] getPubDate() {
public byte[] getPubData() {
return pubData;
}
}

0 comments on commit 8cb43e6

Please sign in to comment.