This repository was archived by the owner on Dec 12, 2024. It is now read-only.
File tree 2 files changed +4
-5
lines changed
examples/hosted-wallet-ts/src/pfi/api
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ lazy_static = "1.5.0"
13
13
serde = { version = " 1.0.193" , features = [" derive" , " rc" ] }
14
14
serde_json = " 1.0.108"
15
15
thiserror = " 1.0.50"
16
- http-std = { git = " https://github.com/TBD54566975/web5-rs" , rev = " 52bf9ca268a0fd17c68a8fc0c75d8c68d1cdb41f " }
17
- web5 = { git = " https://github.com/TBD54566975/web5-rs" , rev = " 52bf9ca268a0fd17c68a8fc0c75d8c68d1cdb41f " }
18
- web5_uniffi_wrapper = { git = " https://github.com/TBD54566975/web5-rs" , rev = " 52bf9ca268a0fd17c68a8fc0c75d8c68d1cdb41f " }
16
+ http-std = { git = " https://github.com/TBD54566975/web5-rs" , rev = " 6f6c336744ce0a35c5dc73e517be14f91c49b3b2 " }
17
+ web5 = { git = " https://github.com/TBD54566975/web5-rs" , rev = " 6f6c336744ce0a35c5dc73e517be14f91c49b3b2 " }
18
+ web5_uniffi_wrapper = { git = " https://github.com/TBD54566975/web5-rs" , rev = " 6f6c336744ce0a35c5dc73e517be14f91c49b3b2 " }
19
19
Original file line number Diff line number Diff line change @@ -121,8 +121,7 @@ export default function exchangesRouter(
121
121
throw new Error ( 'Offering not found' ) ;
122
122
}
123
123
124
- // TODO: This causes a WASM black hole exception, so we're commenting it out for now
125
- // await rfq.verifyOfferingRequirements(offering);
124
+ await rfq . verifyOfferingRequirements ( offering ) ;
126
125
127
126
if ( createExchangeRequestBody . replyTo ) {
128
127
exchangesToReplyTo . set ( rfq . metadata . exchangeId , createExchangeRequestBody . replyTo ) ;
You can’t perform that action at this time.
0 commit comments