Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
use old method numbers on miner api (#48)
Browse files Browse the repository at this point in the history
* use old method numbers on miner api
  • Loading branch information
emmanuelm41 authored Dec 2, 2022
1 parent 6ec38a2 commit 0fdea4d
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions contracts/v0.8/types/MinerTypes.sol
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,16 @@ library MinerTypes {
uint constant GetVestingFundsMethodNum = 1726876304;
uint constant ChangeBeneficiaryMethodNum = 0x1e;
uint constant GetBeneficiaryMethodNum = 0x1f;
uint constant ChangeWorkerAddressMethodNum = 3302309124;
uint constant ChangePeerIDMethodNum = 1236548004;
uint constant ChangeMultiaddrsMethodNum = 1063480576;
uint constant RepayDebtMethodNum = 3665352697;
uint constant ConfirmChangeWorkerAddressMethodNum = 2354970453;
//uint constant ChangeWorkerAddressMethodNum = 3302309124;
uint constant ChangeWorkerAddressMethodNum = 3;
//uint constant ChangePeerIDMethodNum = 1236548004;
uint constant ChangePeerIDMethodNum = 4;
//uint constant ChangeMultiaddrsMethodNum = 1063480576;
uint constant ChangeMultiaddrsMethodNum = 18;
uint constant RepayDebtMethodNum = 22;
//uint constant RepayDebtMethodNum = 3665352697;
//uint constant ConfirmChangeWorkerAddressMethodNum = 2354970453;
uint constant ConfirmChangeWorkerAddressMethodNum = 21;
uint constant GetPeerIDMethodNum = 2812875329;
uint constant GetMultiaddrsMethodNum = 1332909407;

Expand Down

0 comments on commit 0fdea4d

Please sign in to comment.