Skip to content

Commit 4c0af61

Browse files
authored
chore: pass bzz (#616)
1 parent 59b50a1 commit 4c0af61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/command/stake.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export class Stake extends RootCommand implements LeafCommand {
8484
}
8585

8686
try {
87-
await this.bee.depositStake(amount.toString())
87+
await this.bee.depositStake(amount)
8888
spinner.stop()
8989

9090
this.console.log(

0 commit comments

Comments
 (0)