Skip to content

Commit 2eed843

Browse files
Change to Build Raw
1 parent 41fd956 commit 2eed843

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cardano_node_tests/utils/clusterlib_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ def build_and_submit_tx(
119119
tx_files = tx_files or clusterlib.TxFiles()
120120
submit_method = submit_method or submit_utils.SubmitMethods.CLI
121121

122-
build_method = build_method or BuildMethods.BUILD
122+
build_method = build_method or BuildMethods.BUILD_RAW
123123

124124
if build_method == BuildMethods.BUILD_RAW:
125125
# Resolve withdrawal amounts here (where -1 for total rewards amount is used) so the

0 commit comments

Comments
 (0)