mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-01-31 15:22:16 +00:00
Add javadoc comment for VersionedChecksummedBytes.toString()
.
This commit is contained in:
parent
2010614fd6
commit
b37c87c7af
@ -49,6 +49,10 @@ public class VersionedChecksummedBytes implements Serializable {
|
||||
this.bytes = bytes;
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the base-58 encoded String representation of this
|
||||
* object, including version and checksum bytes.
|
||||
*/
|
||||
@Override
|
||||
public String toString() {
|
||||
// A stringified buffer is:
|
||||
|
Loading…
Reference in New Issue
Block a user