proto: remove fee payer from heartbeat

This wasn't implemented in v1

Change-Id: I271c8abe2b3bb79462e54d6fa37afd235e310df8
This commit is contained in:
Leo 2021-07-21 20:35:46 +02:00 committed by Leopold Schabel
parent deb2dc3a11
commit ee34086c39
1 changed files with 0 additions and 9 deletions

View File

@ -28,15 +28,6 @@ message Heartbeat {
int64 height = 2;
// Chain-specific human-readable representation of the bridge contract address.
string bridge_address = 3;
// Fee payer account for this network, if present. Some networks like Ethereum do not use fee payer accounts.
message FeePayer {
// The account's on-chain balance.
int64 balance = 1;
// Chain-specific human-readable representation of the fee payer account's address.
string address = 2;
}
FeePayer fee_payer = 4;
}
repeated Network networks = 4;