Skip to content

Commit 86dc681

Browse files
authored
Merge pull request #409 from Emurgo/fix-add-change-err-msg
fix error message in add_change_if_needed
2 parents adb5204 + b097bf2 commit 86dc681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/src/tx_builder.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1232,7 +1232,7 @@ impl TransactionBuilder {
12321232
}
12331233
}
12341234
}
1235-
None => Err(JsError::from_str("missing input for some native asset")),
1235+
None => Err(JsError::from_str("missing input or output for some native asset")),
12361236
}
12371237
}
12381238

0 commit comments

Comments
 (0)