Skip to content

Commit

Permalink
fix: extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
julianlen committed Dec 19, 2024
1 parent 97d1f9b commit 28ccc6c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ void registerBtcTransaction_whenLegacyBtcTransactionWithNegativeHeight_shouldNot
assertEquals(expectedFederationUTXOs, federationSupport.getActiveFederationBtcUTXOs());
assertEquals(expectedReceiverBalance, repository.getBalance(rskReceiver));
}

private static UTXO utxoOf(BtcTransaction bitcoinTransaction, TransactionOutput output) {
return new UTXO(
bitcoinTransaction.getHash(),
Expand Down

0 comments on commit 28ccc6c

Please sign in to comment.