Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Commit

Permalink
Merge pull request #265 from PureStake/develop
Browse files Browse the repository at this point in the history
Release 1.6.0-b
  • Loading branch information
Jan Marcano authored Jul 14, 2021
2 parents 7ecb79d + ca4efe4 commit 9491658
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ export class BaseValidatedTxnWrap {
const missingFields = [];
const extraFields = [];

if(v1Validations) {
this.validityObject['v1'] = new ValidationResponse({
status: ValidationStatus.Warning,
info: 'Version 1 transactions have been deprecated.',
});
}
// if(v1Validations) {
// this.validityObject['v1'] = new ValidationResponse({
// status: ValidationStatus.Warning,
// info: 'Version 1 transactions have been deprecated.',
// });
// }

// Cycle base transaction fields for this type of transaction to verify require fields are present.
// Nullable type fields are being initialized to null instead of undefined.
Expand Down

0 comments on commit 9491658

Please sign in to comment.