Skip to content

Commit edf59d2

Browse files
committed
Updatd dist files.
1 parent 92c978e commit edf59d2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

dist/ethers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12832,7 +12832,7 @@ var CoderFixedBytes = /** @class */ (function (_super) {
1283212832
};
1283312833
CoderFixedBytes.prototype.decode = function (data, offset) {
1283412834
if (data.length < offset + 32) {
12835-
errors.throwError('insufficient data for ' + name + ' type', errors.INVALID_ARGUMENT, {
12835+
errors.throwError('insufficient data for ' + this.name + ' type', errors.INVALID_ARGUMENT, {
1283612836
arg: this.localName,
1283712837
coderType: this.name,
1283812838
value: bytes_1.hexlify(data.slice(offset, offset + 32))

dist/ethers.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/ethers.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

utils/abi-coder.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ var CoderFixedBytes = /** @class */ (function (_super) {
480480
};
481481
CoderFixedBytes.prototype.decode = function (data, offset) {
482482
if (data.length < offset + 32) {
483-
errors.throwError('insufficient data for ' + name + ' type', errors.INVALID_ARGUMENT, {
483+
errors.throwError('insufficient data for ' + this.name + ' type', errors.INVALID_ARGUMENT, {
484484
arg: this.localName,
485485
coderType: this.name,
486486
value: bytes_1.hexlify(data.slice(offset, offset + 32))

0 commit comments

Comments
 (0)