cleaned up two e2e warnings
This commit is contained in:
parent
53c9d82bd1
commit
cf1ea86f7d
@ -21,8 +21,8 @@ export class BroadcastTxPage {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
send() {
|
public send(): void {
|
||||||
let postData = {
|
let postData: any = {
|
||||||
rawtx: this.transaction
|
rawtx: this.transaction
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user