Skip to content

Commit

Permalink
Remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
pokkst committed May 15, 2020
1 parent d468c50 commit 3831ae2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/src/main/java/org/bitcoinj/core/slp/SlpTxBuilder.kt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ class SlpTxBuilder {
}

req.tx.addOutput(Coin.ZERO, opReturn.script)
//TODO fix cashaddr shit for SLP wallets
req.tx.addOutput(slpAppKit.wallet.params.minNonDustOutput, addrTo)

// Send our token change back to our SLP address
Expand Down

0 comments on commit 3831ae2

Please sign in to comment.