mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-20 10:22:18 +01:00
Fix text
Co-Authored-By: ManfredKarrer <mk@nucleo.io>
This commit is contained in:
parent
cf46f0b06a
commit
7e342990c0
@ -140,7 +140,7 @@ public class ProofOfBurnService implements DaoSetupService, DaoStateListener {
|
||||
|
||||
public Transaction burn(String preImageAsString, long amount) throws InsufficientMoneyException, TxException {
|
||||
try {
|
||||
// We create a prepared Bsq Tx for the listing fee.
|
||||
// We create a prepared Bsq Tx for the burn amount
|
||||
final Transaction preparedBurnFeeTx = bsqWalletService.getPreparedBurnFeeTx(Coin.valueOf(amount));
|
||||
byte[] hash = getHashFromPreImage(preImageAsString);
|
||||
byte[] opReturnData = ProofOfBurnConsensus.getOpReturnData(hash);
|
||||
|
Loading…
Reference in New Issue
Block a user