File tree 2 files changed +2
-1
lines changed
codegen/src/test/resources/solidity/arraysinstruct
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
10
10
* Bug fix for Int256 decode range [ #2070 ] ( https://github.com/hyperledger/web3j/pull/2070 )
11
11
* Bug fix for BytesType.bytes32PaddedLength [ #2089 ] ( https://github.com/hyperledger/web3j/pull/2089 )
12
12
* Bug fix for FastRawTransactionManager.resetNonce [ #2084 ] ( https://github.com/hyperledger/web3j/pull/2084 )
13
+ * Fix licence type [ #2090 ] ( https://github.com/hyperledger/web3j/pull/2090 )
13
14
14
15
### Features
15
16
Original file line number Diff line number Diff line change 1
- // SPDX-License-Identifier: GPL-3.0
1
+ // SPDX-License-Identifier: MIT
2
2
pragma solidity >= 0.8.7 ;
3
3
4
4
// Test 'Struct' functionality. (from solidity ^0.5.0 )
You can’t perform that action at this time.
0 commit comments