We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59b50a1 commit 4c0af61Copy full SHA for 4c0af61
src/command/stake.ts
@@ -84,7 +84,7 @@ export class Stake extends RootCommand implements LeafCommand {
84
}
85
86
try {
87
- await this.bee.depositStake(amount.toString())
+ await this.bee.depositStake(amount)
88
spinner.stop()
89
90
this.console.log(
0 commit comments