Create account

replied 1d
if amount > fee + 546 {
amount -= fee;
break;
}
}
let txout = TxOut {
value: amount,