Fix missnamed variable
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
This commit is contained in:
parent
1bd7f5b7ec
commit
f1b4d2b1b3
@ -648,7 +648,7 @@ var walletMarketWithdraw = &cli.Command{
|
|||||||
}
|
}
|
||||||
|
|
||||||
fmt.Printf("Successfully withdrew %s FIL\n", withdrawn)
|
fmt.Printf("Successfully withdrew %s FIL\n", withdrawn)
|
||||||
if withdrawn.LessThan(amount) {
|
if withdrawn.LessThan(amt) {
|
||||||
fmt.Printf("Note that this is less than the requested amount of %s FIL\n", amt)
|
fmt.Printf("Note that this is less than the requested amount of %s FIL\n", amt)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user