Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vitsalis committed Oct 14, 2024
1 parent 9fb4574 commit 42f2af8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stakerservice/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ func (s *StakerService) GetRoutes() RoutesMap {
"staking_details": rpc.NewRPCFunc(s.stakingDetails, "stakingTxHash"),
"spend_stake": rpc.NewRPCFunc(s.spendStake, "stakingTxHash"),
"list_staking_transactions": rpc.NewRPCFunc(s.listStakingTransactions, "offset,limit"),
"unbond_staking": rpc.NewRPCFunc(s.unbondStaking, "stakingTxHash,feeRate"),
"unbond_staking": rpc.NewRPCFunc(s.unbondStaking, "stakingTxHash"),
"withdrawable_transactions": rpc.NewRPCFunc(s.withdrawableTransactions, "offset,limit"),
// watch api
"watch_staking_tx": rpc.NewRPCFunc(s.watchStaking, "stakingTx,stakingTime,stakingValue,stakerBtcPk,fpBtcPks,slashingTx,slashingTxSig,stakerBabylonAddr,stakerAddress,stakerBtcSig,unbondingTx,slashUnbondingTx,slashUnbondingTxSig,unbondingTime,popType"),
Expand Down

0 comments on commit 42f2af8

Please sign in to comment.