Did i send it correctly?

I wanted to send some zcash coins from one t address to the another t address.
the command i used was

src/zcash-cli z_sendmany “t1b1WwsrTRSwttBzoeWC8pHhhEism82k7dN” “[{"address": "t1N6ZH3tNjSE5m1wEqEiXrGs36g3YjPVvNm", "amount": 0.68016757}]”**

i put that in and i got a opid with some random numbers and letters. is this the proper way of sending it since any other way i tried didnt work. also im sending this from my linux machine to my jaxx wallet. thanks.

I don’t see any transactions involving that destination address:
http://insight.mercerweiss.com/address/t1N6ZH3tNjSE5m1wEqEiXrGs36g3YjPVvNm

in the future after you get that opid back, you can check the status of the last (attempted) transaction with:
src/zcash-cli z_getoperationstatus

1 Like

thank you, i just forgot to add the transaction fee and it went through.

2 Likes

oh man I’ve done that more than once, too!