mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-07-30 03:21:23 +00:00
Transaction: Add missing @Nullable on getMemo().
This commit is contained in:
committed by
Andreas Schildbach
parent
f47badc76f
commit
7dcbd3a54c
@@ -1755,6 +1755,7 @@ public class Transaction extends ChildMessage {
|
||||
/**
|
||||
* Returns the transaction {@link #memo}.
|
||||
*/
|
||||
@Nullable
|
||||
public String getMemo() {
|
||||
return memo;
|
||||
}
|
||||
|
Reference in New Issue
Block a user