Skip to content

Commit

Permalink
#192: Add resources used to the pending_transaction_record
Browse files Browse the repository at this point in the history
  • Loading branch information
sgerbino committed Dec 8, 2022
1 parent 639b2db commit 4a0d1cc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions koinos/mempool/mempool.proto
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,7 @@ message address_resource_record {
message pending_transaction_record {
protocol.transaction transaction = 1;
uint64 timestamp = 2;
uint64 disk_storage_used = 3;
uint64 network_bandwidth_used = 4;
uint64 compute_bandwidth_used = 5;
}

0 comments on commit 4a0d1cc

Please sign in to comment.