Added unit test to make sure the mempow nonce is being validated in ARBITRARY transactions.

This commit is contained in:
CalDescent
2022-01-01 18:12:18 +00:00
parent 5c64a85d7c
commit c0234ae328
2 changed files with 85 additions and 0 deletions

View File

@@ -694,6 +694,10 @@ public class ArbitraryDataFile {
return this.secret;
}
public byte[] getSignature() {
return this.signature;
}
public void setMetadataFile(ArbitraryDataFile metadataFile) {
this.metadataFile = metadataFile;
}