ton转账退回问题

txId, err := w.SendV2(context.TODO(), 0, wallet.SimpleTransfer{
		Amount:     tlb.Grams(amount.Uint64()),
		Address:    tongo.MustParseAccountID(toAddr),
		Comment:    comment,
		Bounceable: true,
	})

ton转账的时候把Bounceable设置为true,遇到没有激活的帐号,会退回之前的转账:

posted @ 2024-09-24 16:00  若-飞  阅读(58)  评论(0)    收藏  举报