Skip to content

Commit

Permalink
WIP: log brand
Browse files Browse the repository at this point in the history
  • Loading branch information
dckc committed May 1, 2024
1 parent a10129f commit ac4df0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/orchestration/src/exos/stakingAccountKit.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ export const prepareStakingAccountKit = (baggage, makeRecorderKit, zcf) => {
async delegate(validatorAddress, ertpAmount) {
// FIXME get values from proposal or args
// FIXME brand handling and amount scaling
console.warn('TODO: handle brand', ertpAmount);
const amount = {
amount: String(ertpAmount.value),
denom: 'uatom',
Expand Down

0 comments on commit ac4df0c

Please sign in to comment.