Skip to content
This repository was archived by the owner on Oct 7, 2024. It is now read-only.

Commit 7cbeaa2

Browse files
mikespositoGudahtt
andauthored
Update keyring.mock.ts
Co-authored-by: Mark Stacey <markjstacey@gmail.com>
1 parent aa1c9ac commit 7cbeaa2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/keyring.mock.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export class KeyringMockWithSignTransaction extends BaseKeyringMock {
8787
super(options);
8888
}
8989

90-
async signTransaction(_from: any, _txData: any, _opts: any): Promise<TxData> {
91-
return Promise.resolve(_txData);
90+
async signTransaction(_from: any, txData: any, _opts: any): Promise<TxData> {
91+
return Promise.resolve(txData);
9292
}
9393
}

0 commit comments

Comments
 (0)