Skip to content

Commit

Permalink
Merge pull request #169 from nearprotocol/fix/outcome-position
Browse files Browse the repository at this point in the history
Update outcome status position
  • Loading branch information
vgrichina authored Jan 8, 2020
2 parents a0f60e4 + 06c2690 commit e9ccf6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src.ts/providers/provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ export interface ExecutionOutcomeWithId {
}

export interface ExecutionOutcome {
status: ExecutionStatus | ExecutionStatusBasic;
logs: string[];
receipt_ids: string[];
gas_burnt: number;
status: ExecutionStatus | ExecutionStatusBasic;
}

export interface FinalExecutionOutcome {
Expand Down

0 comments on commit e9ccf6c

Please sign in to comment.