Closed b00kdev closed 1 year ago
ping @b00kdev :) do you wish to continue with this PR?
@mmahut @jpochyla Hello, hello! I am sorry, I somehow missed the notifications that @jpochyla had reviewed the code. I think the review requests make perfect sense and would be happy to see those added. I can make the change and update the PR, if that works. Thank you for the ping!
Hi. I noticed that my environment config was being ignored when trying to use Blockfrost and the Cardano testnet. It looks like
load.rs
wasn't correctly pulling the values from the environment and updating theTomlValue
. This PR fixes that (though I'm fairly new to Rust, so I'm not sure if this is the best way).