Double spending while sending zcash

I transfered zcash to some address by command:
zcash-cli sendtoaddress “t1WP58ShXj3MS336SZb5eDXPsvezTz7pdk3” 0.01
=> 15d4eb3da3637bb26948cfdd1f70fc341f826a523ca90c891b510428222b8fff

to check transaction I used:
zcash-cli gettransaction 15d4eb3da3637bb26948cfdd1f70fc341f826a523ca90c891b510428222b8fff

{
  "amount": -0.01000000,
  "fee": -0.00000373,
  "confirmations": 5,
  "blockhash": "00000000006b3e9e5a8df652df46af01ab5ae66b494a853cc212104b3a5bc4bb",
  "blockindex": 5,
  "blocktime": 1520577566,
  "expiryheight": 0,
  "txid": "15d4eb3da3637bb26948cfdd1f70fc341f826a523ca90c891b510428222b8fff",
  "walletconflicts": [
  ],
  "time": 1520577474,
  "timereceived": 1520577474,
  "vjoinsplit": [
  ],
  "details": [
    {
      "account": "",
      "address": "t1WP58ShXj3MS336SZb5eDXPsvezTz7pdk3",
      "category": "send",
      "amount": -0.01000000,
      "vout": 0,
      "fee": -0.00000373,
      "size": 373
    }
  ],
  "hex": "0100000002bf9ce2eecb7aee18f98e2fe5257d2966af4c3a142223dce69fb3e4a453868f2fd80200006a4730440220645dcdf71fb549ad463199123bb9f5f10148f3fe38f0d424fecb7282c00b31de022039d3fa129cfc4c8b6601417c139e1afc9c52222d24c38492cb8b19af16a85b5e0121036079d8585b7408b72a61b3eabd067f00b6cdb8ee280ab332b58038d58807db80feffffff0ea210320caf3f8f11d5f86d9aefc5ef15ee12c99901094fd35a76faf2b5a518ab0000006b483045022100e8636f73812b97de7020a359f6b535a4435d19011026531413058d08e1bf3d5e02202bd26635d1a2e5c325a48bd15a09339ca36bba9dd7e6da39fdb63445bd68b98b0121036079d8585b7408b72a61b3eabd067f00b6cdb8ee280ab332b58038d58807db80feffffff0240420f00000000001976a9148934368b9d2ec63fa6054f4b43f33b0b533f7ba488ace3440f00000000001976a91407f5ffde77f16546cc65abaa9d0310351170845688acfc590400"
}

However, block explorer shows that I sent 0.02. One address is what I wanted, but there is unknown t1JbhS2FuqC77yvZKgoTKoSgPvX162YgfJP popped up. Check Transactions - Zchain

Zcash version:
zcash-cli getinfo
{
“version”: 1001550,
“protocolversion”: 170003,
“walletversion”: 60000,
“balance”: 0.05092036,
“blocks”: 285202,
“timeoffset”: -2,
“connections”: 8,
“proxy”: “”,
“difficulty”: 10858321.17810035,
“testnet”: false,
“keypoololdest”: 1518719874,
“keypoolsize”: 101,
“paytxfee”: 0.00000000,
“relayfee”: 0.00000100,
“errors”: “”
}