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

Commit cd88354

Browse files
dylan-thompsonbucko13
authored andcommitted
fix: psbt download in coldcard test suite
1 parent 2b417c6 commit cd88354

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/TestSuiteRun/TestRun.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ class TestRunBase extends React.Component {
7272
const { test } = this.props;
7373
const interaction = test.interaction();
7474
const nameBits = test.name().split(" ");
75-
const body = interaction.request().data.toBase64();
75+
const body = interaction.request();
7676
const timestamp = moment().format("HHmm");
7777
const filename = `${timestamp}-${nameBits[2]}-${nameBits[1][0]}.psbt`;
7878
downloadFile(body, filename);

0 commit comments

Comments
 (0)