Skip to content

Commit e420e22

Browse files
committed
Fix the fix.
1 parent 9e00aab commit e420e22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ function main() {
135135
throw new TypeError("'number' not in message body");
136136
}
137137

138-
result.response = await blockchain.send(
138+
result.result = await blockchain.send(
139139
msg.body.method,
140140
msg.body.params
141141
);

0 commit comments

Comments
 (0)