Skip to content

Commit

Permalink
backend bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
vladae36 committed May 17, 2023
1 parent 2ae7664 commit 3564a03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/init_libeufin_sandbox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export IBAN=CH2108307000289537320
export BIC=HYPLCH22XXX
export EXTERNAL_IBAN=CH1230116000289537312
export EXTERNAL_BIC=HYPLCH22XXX
export REGISTERED_IBAN=CH1230116000289537313
export REGISTERED_IBAN=CH2108307000289537313
export REGISTERED_BIC=HYPLCH22XXX

export CONNECTION_NAME=testconnection
Expand Down
2 changes: 1 addition & 1 deletion scripts/test1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ function statement() {
}

statement
from="CH1230116000289537313"; to="CH2108307000289537320"; amt="100";
from="CH2108307000289537313"; to="CH2108307000289537320"; amt="100";
send
from="CH1230116000289537312"; to="CH2108307000289537320"; amt="100";
send
Expand Down

0 comments on commit 3564a03

Please sign in to comment.