File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ pub struct OnchainSendRequest {
8484 #[ prost( bool , optional, tag = "3" ) ]
8585 pub send_all : :: core:: option:: Option < bool > ,
8686 /// If `fee_rate_sat_per_vb` is set it will be used on the resulting transaction. Otherwise we'll retrieve
87- /// a reasonable estimate from the configured chain source .
87+ /// a reasonable estimate from BitcoinD .
8888 #[ prost( uint64, optional, tag = "4" ) ]
8989 pub fee_rate_sat_per_vb : :: core:: option:: Option < u64 > ,
9090}
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ message OnchainSendRequest {
8686 optional bool send_all = 3 ;
8787
8888 // If `fee_rate_sat_per_vb` is set it will be used on the resulting transaction. Otherwise we'll retrieve
89- // a reasonable estimate from the configured chain source .
89+ // a reasonable estimate from BitcoinD .
9090 optional uint64 fee_rate_sat_per_vb = 4 ;
9191}
9292
You can’t perform that action at this time.
0 commit comments