iota.lib.csharp icon indicating copy to clipboard operation
iota.lib.csharp copied to clipboard

Regarding different hash value getting in two different method of API

Open manthanomy opened this issue 7 years ago • 4 comments
trafficstars

Please see the below screen shot.

iota 2

iota 3

Please give us a solution as soon as possible. Any help is worth for us.

manthanomy avatar Sep 12 '18 08:09 manthanomy

I think this repo is going to die. Better to use IOTA Javascript Repo

ertemmstein avatar Sep 14 '18 06:09 ertemmstein

Ok, but can you tell me how to Start or Build Javascript Repo in Windows environment.

manthanomy avatar Sep 14 '18 06:09 manthanomy

iota 4

manthanomy avatar Sep 14 '18 10:09 manthanomy

IotaApi.cs, line 592 foreach (var tryte in trytesResponse.Trytes) trxs.Add(new Transaction(tryte, _curl)); to foreach (var tryte in trytesResponse.Trytes) trxs.Add(new Transaction(tryte));

guojiancong avatar Oct 16 '18 16:10 guojiancong