Use object instead of Object (#936)

This commit is contained in:
Elliot Lee
2018-10-02 02:13:28 -07:00
committed by GitHub
parent f785605db8
commit 37edede728
61 changed files with 98 additions and 98 deletions

View File

@@ -2,7 +2,7 @@ import * as assert from 'assert'
import {parseMemos} from './utils'
import {removeUndefined} from '../../common'
function parseEscrowExecution(tx: any): Object {
function parseEscrowExecution(tx: any): object {
assert(tx.TransactionType === 'EscrowFinish')
return removeUndefined({