Skip to content

Commit b097bf2

Browse files
committed
fix error message in add_change_if_needed
1 parent adb5204 commit b097bf2

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)