Skip to content

Commit

Permalink
fix Trezor sign tx
Browse files Browse the repository at this point in the history
  • Loading branch information
yushih committed Mar 21, 2023
1 parent 33e309f commit 88546d3
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -817,7 +817,7 @@ export function toTrezorSignRequest(
result.requiredSigners = formattedRequiredSigners;
}

if (additionalWitnessRequests) {
if (additionalWitnessRequests.length > 0) {
result.additionalWitnessRequests = additionalWitnessRequests;
}

Expand Down

0 comments on commit 88546d3

Please sign in to comment.