Skip to content

Commit d7d744c

Browse files
committed
Fix MASP integration test gas costs
1 parent bf609fe commit d7d744c

File tree

1 file changed

+2
-2
lines changed
  • crates/tests/src/integration

1 file changed

+2
-2
lines changed

crates/tests/src/integration/masp.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -748,7 +748,7 @@ fn values_spanning_multiple_masp_digits() -> Result<()> {
748748
"--node",
749749
RPC,
750750
"--gas-limit",
751-
"65000",
751+
"75000",
752752
]),
753753
)
754754
});
@@ -867,7 +867,7 @@ fn values_spanning_multiple_masp_digits() -> Result<()> {
867867
"--gas-spending-key",
868868
C_SPENDING_KEY,
869869
"--gas-limit",
870-
"65000",
870+
"75000",
871871
]),
872872
)
873873
});

0 commit comments

Comments
 (0)