Skip to content

Commit

Permalink
fix: stx address removed from test
Browse files Browse the repository at this point in the history
  • Loading branch information
fess-v committed Oct 4, 2023
1 parent 5a680eb commit 8714351
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ test.describe('Transaction signing', () => {
page.evaluate(
async txHex =>
(window as any).HiroWalletProvider.request('stx_signTransaction', {
stxAddress: 'SP297VG59W96DPGBT13SGD542QE1XS954X78Z75G0',
txHex,
network: 'mainnet',
}).catch((e: unknown) => e),
Expand Down

0 comments on commit 8714351

Please sign in to comment.