Skip to content
This repository was archived by the owner on Feb 22, 2026. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Transaction.proto
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ message ConfidentialEntry {
}

message CoinbaseEntry {
bytes receiver_public_key = 1; // public key behind the address where the Coinbase will be credited
bytes receiver_kvm_address = 1; // kvm address behind the address where the Coinbase will be credited
bytes amount = 2; // uint256 amount
}

Expand Down