Force deploy receipt to address to be null (#573).
This commit is contained in:
parent
3d514c8dbb
commit
d9d438a119
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user