mirror of
https://github.com/Qortal/qortal.git
synced 2025-07-23 04:36:50 +00:00
Added unit test to make sure the mempow nonce is being validated in ARBITRARY transactions.
This commit is contained in:
@@ -694,6 +694,10 @@ public class ArbitraryDataFile {
|
||||
return this.secret;
|
||||
}
|
||||
|
||||
public byte[] getSignature() {
|
||||
return this.signature;
|
||||
}
|
||||
|
||||
public void setMetadataFile(ArbitraryDataFile metadataFile) {
|
||||
this.metadataFile = metadataFile;
|
||||
}
|
||||
|
Reference in New Issue
Block a user