cleaned up two e2e warnings

This commit is contained in:
Darren Nelsen 2017-07-14 13:12:26 -04:00
parent 53c9d82bd1
commit cf1ea86f7d

View File

@ -21,8 +21,8 @@ export class BroadcastTxPage {
}); });
} }
send() { public send(): void {
let postData = { let postData: any = {
rawtx: this.transaction rawtx: this.transaction
}; };