mirror of
https://github.com/emo2007/block-accounting.git
synced 2025-01-18 15:36:27 +00:00
fix
This commit is contained in:
parent
747bcf5be6
commit
4d2e169795
@ -13,7 +13,7 @@ export class EthereumController {
|
||||
return this.ethereumService.getAddressFromPrivateKey(privateKey);
|
||||
}
|
||||
|
||||
@Post('/address-from-seed/:seedPhrase')
|
||||
@Post('/address-from-seed')
|
||||
async getAddressFromSeedPhrase(@Body() body: GetSeedPhraseDto) {
|
||||
return this.ethereumService.getAddressFromSeedPhrase(body.seedPhrase);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user