godprotocol 1.0.793 → 1.0.794

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -198,7 +198,7 @@ var Account = /*#__PURE__*/ (function (_Filesystem) {
198
198
  var instructions = program.instructions,
199
199
  account = program.account;
200
200
  account = _this.get_account(account);
201
- if (!account.validate(payload, signature, callback)) return;
201
+ if (!account.validate(program, signature, callback)) return;
202
202
  var pid = account.manage_buffer(callback);
203
203
  _this.manager.push({
204
204
  sequence: instructions,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "godprotocol",
3
- "version": "1.0.793",
3
+ "version": "1.0.794",
4
4
  "description": "A data mediator.",
5
5
  "main": "Index.js",
6
6
  "types": "index.d.ts",