Rearrange expiry height

This commit is contained in:
bitcartel 2018-01-31 22:30:30 -08:00 committed by GitHub
parent 745c1f5e7d
commit 77f0aa2bc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -78,12 +78,12 @@ Version Field Description Type
>= 3 header flag: bit 31 must be set uint32
version: bits 30-0 positive
>= 3 branch_id format branch id uint32
>= 3 expiry_height block height uint32
>= 1 in_count varint 1-9 bytes
>= 1 tx_inputs list of inputs vector
>= 1 out_count varint 1-9 bytes
>= 1 tx_outputs list of outputs vector
>= 1 lock_time block height or timestamp uint32
>= 3 expiry_height block height uint32
>= 2 nJoinSplit varint 1-9 bytes
>= 2 vJoinSplit list of joinsplits vector
>= 2 joinSplitPubKey joinSplitSig public key 32 bytes