Skip to content

Commit

Permalink
Improve log formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasz-zimnoch committed Aug 19, 2021
1 parent 101f02c commit 673315e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export const sendBitcoinTransaction = async(
)

console.log(
`Sending transaction from ${sourceAddress} to ${targetAddress}; ` +
`Sending transaction from ${sourceAddress} to ${targetAddress}\n` +
`BTC balance of source address is ${sourceAddressBalance.confirmed}`
)

Expand Down

0 comments on commit 673315e

Please sign in to comment.