mirror of
https://github.com/bisq-network/bisq.git
synced 2025-03-03 18:56:59 +01:00
Remove unused function outputs
This commit is contained in:
parent
1b7e43a874
commit
8b2dec7a55
1 changed files with 0 additions and 4 deletions
|
@ -67,8 +67,6 @@ executebsqswap() {
|
|||
exitoncommandalert $?
|
||||
echo "$GETTRADE_CMD_OUTPUT"
|
||||
printbreak
|
||||
TRADE_DETAIL=$(gettradedetail "$GETTRADE_CMD_OUTPUT")
|
||||
exitoncommandalert $?
|
||||
|
||||
printdate "Bob looking at his trade with id $OFFER_ID."
|
||||
CMD="$CLI_BASE --port=$BOB_PORT gettrade --trade-id=$OFFER_ID"
|
||||
|
@ -77,7 +75,5 @@ executebsqswap() {
|
|||
exitoncommandalert $?
|
||||
echo "$GETTRADE_CMD_OUTPUT"
|
||||
printbreak
|
||||
TRADE_DETAIL=$(gettradedetail "$GETTRADE_CMD_OUTPUT")
|
||||
exitoncommandalert $?
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue