Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
maplant committed Aug 21, 2024
1 parent 0ac6006 commit 93dcec8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/service/poc_mobile.proto
Original file line number Diff line number Diff line change
Expand Up @@ -619,9 +619,9 @@ message referral_reward {
bytes gateway_key = 2;
}
// Amount in bones given by the service provider
uint64 service_provider_amount = 2;
uint64 service_provider_amount = 3;
// Amount in bones matched by the network
uint64 matched_amount = 3;
uint64 matched_amount = 4;
}

message service_provider_reward {
Expand Down

0 comments on commit 93dcec8

Please sign in to comment.