bug fix: vester claim param error
This commit is contained in:
parent
4ae40fbd5f
commit
df39099603
@ -55,11 +55,10 @@ export class Vester {
|
||||
* @returns
|
||||
*/
|
||||
async claim() {
|
||||
const userAddress = await this.bc.eoaProvider.getSigner().getAddress()
|
||||
return this.execMethod({
|
||||
provider: this.bc.eoaProvider,
|
||||
method: 'claim',
|
||||
params: [userAddress]
|
||||
params: []
|
||||
});
|
||||
}
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user