Skip to content

Commit 8f02376

Browse files
committed
fix(data): 🐛 switch fullTransfer back to 0.0010_0200
1 parent b67a7ab commit 8f02376

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/rigs/send-or-request.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -518,8 +518,8 @@ export let sendOrReceiveRig = (async function (globals) {
518518
}
519519

520520
let leftoverBalance = walletFunds.balance - amount
521-
// let fullTransfer = leftoverBalance <= 0.0010_0200
522-
let fullTransfer = leftoverBalance <= 0.0001_0200
521+
let fullTransfer = leftoverBalance <= 0.0010_0200
522+
// let fullTransfer = leftoverBalance <= 0.0001_0200
523523

524524
if (
525525
amount > 0 &&

0 commit comments

Comments
 (0)