mimblewimble / mwixnet

Implementation of the Mimblewimble CoinSwap proposal.
Apache License 2.0
9 stars 18 forks source link

Absolute paths instead of relative paths (mwixnet.yml) #12

Closed davidtavarez closed 1 year ago

davidtavarez commented 2 years ago

It would be nice if relative paths are used instead of using relative paths like here: https://github.com/mimblewimble/mwixnet/blob/f4c6e91eb4b0f43edfc761a31759880260f05354/src/main.rs#L33

scilio commented 2 years ago

../mwixnet.yml is pointing to mwixnet.yml. It's a compile-time reference, not a runtime one. Using relative paths is the correct approach.