Skip to content

Commit

Permalink
Rename virtualAddress field to address
Browse files Browse the repository at this point in the history
Co-authored-by: Nana Essilfie-Conduah <[email protected]>
Signed-off-by: Miroslav Gatsanoga <[email protected]>
  • Loading branch information
MiroslavGatsanoga and Nana-EC committed Nov 15, 2022
1 parent 80e8dfa commit 6988e26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/crypto_get_info.proto
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ message VirtualAddress {
/**
* The 20-byte EVM address
*/
bytes virtualAddress = 1;
bytes address = 1;

/**
* The ethereum transaction nonce associated with this address.
Expand Down

0 comments on commit 6988e26

Please sign in to comment.