Skip to content

Commit

Permalink
Update bitcoin.proto
Browse files Browse the repository at this point in the history
  • Loading branch information
neetpill committed Jan 3, 2015
1 parent 77147ae commit e552d44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/bitcoin.proto
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ message Transaction {

optional uint32 lock_time = 4; // The nLockTime field is useful for contracts.
optional int64 updated_at = 5; // millis since epoch the transaction was last updated
optional uint32 ref_height = 12;

repeated TransactionInput transaction_input = 6;
repeated TransactionOutput transaction_output = 7;
Expand Down

0 comments on commit e552d44

Please sign in to comment.