Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
This commit is contained in:
Jakub Sztandera 2021-10-11 14:10:06 +02:00
parent 35291983a1
commit 5abba9ca9f
No known key found for this signature in database
GPG Key ID: 9A9AF56F8B3879BA

View File

@ -152,7 +152,7 @@ var actorWithdrawCmd = &cli.Command{
}
fmt.Printf("Successfully withdrew %s FIL\n", withdrawn)
if withdrawn.LessThan(amount) {
if withdrawn.LessThan(amount) {
fmt.Printf("Note that this is less than the requested amount of %s FIL\n", amount)
}
}