Force deploy receipt to address to be null (#573).

This commit is contained in:
Richard Moore 2019-10-19 20:33:57 +09:00
parent 3d514c8dbb
commit d9d438a119
No known key found for this signature in database
GPG Key ID: 665176BE8E9DC651

@ -98,8 +98,8 @@ export class Formatter {
};
formats.receipt = {
to: Formatter.allowNull(this.address),
from: Formatter.allowNull(this.address),
to: Formatter.allowNull(this.address, null),
from: Formatter.allowNull(this.address, null),
contractAddress: Formatter.allowNull(address, null),
transactionIndex: number,
root: Formatter.allowNull(hash),