Skip to content

Commit

Permalink
fixup! Merge branch 'tomas/split-transfer-tx' (#3297)
Browse files Browse the repository at this point in the history
  • Loading branch information
tzemanovic authored and Fraccaman committed Jun 3, 2024
1 parent 5b9addc commit 2ba1957
Show file tree
Hide file tree
Showing 5 changed files with 587 additions and 473 deletions.
4 changes: 2 additions & 2 deletions crates/tests/src/integration/ledger_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1619,7 +1619,7 @@ fn enforce_fee_payment() -> Result<()> {
&node,
Bin::Client,
vec![
"transfer",
"transparent-transfer",
"--source",
ALBERT_KEY,
"--target",
Expand Down Expand Up @@ -1655,7 +1655,7 @@ fn enforce_fee_payment() -> Result<()> {
&node,
Bin::Client,
vec![
"transfer",
"transparent-transfer",
"--source",
ALBERT_KEY,
"--target",
Expand Down
Loading

0 comments on commit 2ba1957

Please sign in to comment.