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