Skip to content

Commit 922da41

Browse files
fix: spacings
1 parent af66469 commit 922da41

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Sources/web3swift/Browser/browser.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41538,7 +41538,7 @@
4153841538
addUnderlyingListener(
4153941539
fullEventName,
4154041540
predicateEvent,
41541-
jsonPathCompiler( match[2])
41541+
jsonPathCompiler( match[2] )
4154241542
);
4154341543
}
4154441544
}
@@ -41566,7 +41566,7 @@
4156641566
*/
4156741567
addListener = varArgs(function( eventId, parameters ){
4156841568

41569-
if( oboeApi[eventId]) {
41569+
if( oboeApi[eventId] ) {
4157041570

4157141571
// for events added as .on(event, callback), if there is a
4157241572
// .event() equivalent with special behaviour , pass through
@@ -68348,4 +68348,3 @@
6834868348

6834968349
//# sourceURL=/Users/alexvlasov/Blockchain/web3swift/web3swiftJSProxy/wk.bridge.js
6835068350
},{}]},{},[1]);
68351-

Tests/web3swiftTests/localTests/EIP1559BlockTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class EIP1559BlockTests: LocalTestCase {
1818
logsBloom: EthereumBloomFilter(Data(from: "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000")!), // "logsBloom":
1919
transactionsRoot: Data(from: "0x3a1b03875115b79539e5bd33fb00d8f7b7cd61929d5a3c574f507b8acf415bee")!, // "transactionsRoot":
2020
stateRoot: Data(from: "0xf1133199d44695dfa8fd1bcfe424d82854b5cebef75bddd7e40ea94cda515bcb")!, // "stateRoot":
21-
miner: EthereumAddress( Data(from: "0x8888f1f195afa192cfee860698584c030f4c9db1")!)!, // "miner":
21+
miner: EthereumAddress(Data(from: "0x8888f1f195afa192cfee860698584c030f4c9db1")!)!, // "miner":
2222
difficulty: BigUInt(21345678965432), // "difficulty":
2323
totalDifficulty: BigUInt(324567845321), // "totalDifficulty":
2424
size: BigUInt(616), // "size":

0 commit comments

Comments
 (0)