Skip to content

Commit

Permalink
cleanup: removed redundant Types namespace from Struct field type
Browse files Browse the repository at this point in the history
  • Loading branch information
dafuga committed Aug 26, 2023
1 parent eb802a7 commit 97675bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/data/contracts/mock-eosio.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1348,8 +1348,8 @@ export namespace Eosio {
}
@Struct.type('setparams')
export class Setparams extends Struct {
@Struct.field(Types.BlockchainParametersV1)
params!: Types.BlockchainParametersV1
@Struct.field(BlockchainParametersV1)
params!: BlockchainParametersV1
}
@Struct.type('setpriv')
export class Setpriv extends Struct {
Expand Down

0 comments on commit 97675bc

Please sign in to comment.