Skip to content
This repository has been archived by the owner on Mar 9, 2023. It is now read-only.

Commit

Permalink
Use a more reasonable fee for sending back money onto the blockchain
Browse files Browse the repository at this point in the history
  • Loading branch information
matsjj committed May 13, 2016
1 parent 82fb467 commit 5f2553f
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -54,6 +54,7 @@ public void send (ActionEvent event) {
req = Wallet.SendRequest.to(destination, amount);
}
req.ensureMinRequiredFee = true;
req.feePerKb = Coin.valueOf(5000);
req.aesKey = aesKey;
sendResult = Main.wallet.sendCoins(req);

Expand Down

0 comments on commit 5f2553f

Please sign in to comment.