Post
Topic
Board Development & Technical Discussion
Re: lock time: big endian or little endian ?
by
Darkblock
on 26/04/2015, 09:01:21 UTC
I want to create a raw transaction

If the lock time is not 00 00 00 00
should I write it as big endian or little endian ?

I always use little endian format for locktime coding in my raw transactions. haven't you tested it for your case??