Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelm41 committed Apr 17, 2024
1 parent 8cf9f1a commit ffde962
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/substrate_app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,8 @@ export class SubstrateApp {
}, processErrorResponse);
}

async sign(account: number, change: number, addressIndex: number, blob: Buffer, metadata: Buffer) {
return await this.signImpl(account, change, addressIndex, INS.SIGN, blob, metadata);
async sign(account: number, change: number, addressIndex: number, blob: Buffer) {
return await this.signImpl(account, change, addressIndex, INS.SIGN, blob);
}

async signRaw(account: number, change: number, addressIndex: number, blob: Buffer) {
Expand Down

0 comments on commit ffde962

Please sign in to comment.